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