[rs-commit] r438 - /mod_ca/trunk/Jenkinsfile
rs-commit at redwax.eu
rs-commit at redwax.eu
Tue Mar 5 18:59:19 CET 2024
Author: minfrin at redwax.eu
Date: Tue Mar 5 18:59:18 2024
New Revision: 438
Log:
Add a checkout step.
Modified:
mod_ca/trunk/Jenkinsfile
Modified: mod_ca/trunk/Jenkinsfile
==============================================================================
--- mod_ca/trunk/Jenkinsfile (original)
+++ mod_ca/trunk/Jenkinsfile Tue Mar 5 18:59:18 2024
@@ -31,6 +31,13 @@
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