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