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