diff --git a/Jenkinsfile b/Jenkinsfile index f0afcd4..8b7cb8f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,8 @@ pipeline { steps { sh 'echo "building"' sh "cd scripts ; bash -x ./build-website.sh" - sh "service httpd status" - sh "service httpd start" + sh "service apache2 status" + sh "service apache2 start" } } stage('test') {