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

rs-commit at redwax.eu rs-commit at redwax.eu
Tue Oct 15 18:48:24 CEST 2024


Author: minfrin at redwax.eu
Date: Tue Oct 15 18:48:23 2024
New Revision: 460

Log:
Add httpd-restart.

Modified:
    mod_ca/trunk/Jenkinsfile

Modified: mod_ca/trunk/Jenkinsfile
==============================================================================
--- mod_ca/trunk/Jenkinsfile	(original)
+++ mod_ca/trunk/Jenkinsfile	Tue Oct 15 18:48:23 2024
@@ -21,9 +21,9 @@
                 sh 'DESTDIR="${WORKSPACE}/target" make install'
               }
             }
-            stage('make dist') {
+            stage('restart httpd') {
               steps {
-                sh 'make dist'
+                sh '/usr/sbin/restart-httpd'
               }
             }
           }



More information about the rs-commit mailing list