[rs-commit] r476 - /mod_crl/trunk/Jenkinsfile
rs-commit at redwax.eu
rs-commit at redwax.eu
Wed Oct 16 10:41:11 CEST 2024
Author: minfrin at redwax.eu
Date: Wed Oct 16 10:41:11 2024
New Revision: 476
Log:
Make mod_ca directory consistent.
Modified:
mod_crl/trunk/Jenkinsfile
Modified: mod_crl/trunk/Jenkinsfile
==============================================================================
--- mod_crl/trunk/Jenkinsfile (original)
+++ mod_crl/trunk/Jenkinsfile Wed Oct 16 10:41:11 2024
@@ -8,7 +8,7 @@
stages {
stage('mod_ca') {
steps {
- dir("mod_crl") {
+ dir("mod_ca") {
svn url: 'https://source.redwax.eu/svn/redwax/rs/mod_ca/trunk/'
sh 'autoreconf --force --install'
sh 'CFLAGS="-O0 -g -Wall" DESTDIR="${WORKSPACE}/target" ./configure'
@@ -43,7 +43,7 @@
stages {
stage('mod_ca') {
steps {
- dir("mod_crl") {
+ dir("mod_ca") {
svn url: 'https://source.redwax.eu/svn/redwax/rs/mod_ca/trunk/'
sh 'autoreconf --force --install'
sh 'CFLAGS="-O0 -g -Wall" DESTDIR="${WORKSPACE}/target" ./configure'
@@ -78,7 +78,7 @@
stages {
stage('mod_ca') {
steps {
- dir("mod_crl") {
+ dir("mod_ca") {
svn url: 'https://source.redwax.eu/svn/redwax/rs/mod_ca/trunk/'
sh 'autoreconf --force --install'
sh 'CFLAGS="-O0 -g -Wall" DESTDIR="${WORKSPACE}/target" ./configure'
More information about the rs-commit
mailing list