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

rs-commit at redwax.eu rs-commit at redwax.eu
Wed Oct 16 11:51:58 CEST 2024


Author: minfrin at redwax.eu
Date: Wed Oct 16 11:51:42 2024
New Revision: 481

Log:
Restart needs sudo.

Modified:
    mod_ca/trunk/Jenkinsfile

Modified: mod_ca/trunk/Jenkinsfile
==============================================================================
--- mod_ca/trunk/Jenkinsfile	(original)
+++ mod_ca/trunk/Jenkinsfile	Wed Oct 16 11:51:42 2024
@@ -23,7 +23,7 @@
             }
             stage('restart httpd') {
               steps {
-                sh '/usr/sbin/restart-httpd'
+                sh 'sudo /usr/sbin/restart-httpd'
               }
             }
           }



More information about the rs-commit mailing list