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