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