Test executing build script
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
sh 'echo "building"'
|
sh 'echo "building"'
|
||||||
sh 'id'
|
sh 'id'
|
||||||
sh "cd scripts ; bash -x ./build-website.sh"
|
sh "cd scripts ; bash -x ./build-website.sh"
|
||||||
sh "apachectl restart"
|
sh "su - root -c apachectl restart"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test') {
|
stage('test') {
|
||||||
|
Reference in New Issue
Block a user