[rs-commit] r445 - /mod_ca/trunk/Jenkinsfile
rs-commit at redwax.eu
rs-commit at redwax.eu
Tue Mar 5 22:50:47 CET 2024
Author: minfrin at redwax.eu
Date: Tue Mar 5 22:50:46 2024
New Revision: 445
Log:
Remove unused checkout step.
Modified:
mod_ca/trunk/Jenkinsfile
Modified: mod_ca/trunk/Jenkinsfile
==============================================================================
--- mod_ca/trunk/Jenkinsfile (original)
+++ mod_ca/trunk/Jenkinsfile Tue Mar 5 22:50:46 2024
@@ -31,13 +31,6 @@
stage('RHEL9') {
agent { label 'rhel-9-x86_64' }
stages {
- stage('checkout') {
- steps {
- dir("mod_timestamp") {
- svn url: 'https://source.redwax.eu/svn/redwax/rs/mod_timestamp/trunk/'
- }
- }
- }
stage('autoreconf') {
steps {
sh 'autoreconf --force --install'
More information about the rs-commit
mailing list