[rs-commit] r463 - /mod_crl/trunk/Jenkinsfile
rs-commit at redwax.eu
rs-commit at redwax.eu
Tue Oct 15 19:05:51 CEST 2024
Author: minfrin at redwax.eu
Date: Tue Oct 15 19:05:51 2024
New Revision: 463
Log:
The restart needs sudo.
Modified:
mod_crl/trunk/Jenkinsfile
Modified: mod_crl/trunk/Jenkinsfile
==============================================================================
--- mod_crl/trunk/Jenkinsfile (original)
+++ mod_crl/trunk/Jenkinsfile Tue Oct 15 19:05:51 2024
@@ -33,7 +33,7 @@
}
stage('restart httpd') {
steps {
- sh '/usr/sbin/restart-httpd'
+ sh 'sudo /usr/sbin/restart-httpd'
}
}
}
More information about the rs-commit
mailing list