Test executing build script
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -5,7 +5,6 @@ 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 "apt install -y curl"
|
|
||||||
sh "service httpd status"
|
sh "service httpd status"
|
||||||
sh "service httpd start"
|
sh "service httpd start"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user