[rs-commit] r441 - /mod_ca/trunk/Jenkinsfile

rs-commit at redwax.eu rs-commit at redwax.eu
Tue Mar 5 21:16:39 CET 2024


Author: minfrin at redwax.eu
Date: Tue Mar  5 21:16:38 2024
New Revision: 441

Log:
Pass destdir on the install step.

Modified:
    mod_ca/trunk/Jenkinsfile

Modified: mod_ca/trunk/Jenkinsfile
==============================================================================
--- mod_ca/trunk/Jenkinsfile	(original)
+++ mod_ca/trunk/Jenkinsfile	Tue Mar  5 21:16:38 2024
@@ -50,7 +50,7 @@
             }
             stage('make install') {
               steps {
-                sh 'make install'
+                sh 'DESTDIR="${WORKSPACE}/target" make install'
               }
             }
             stage('make dist') {



More information about the rs-commit mailing list