Test executing build script
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,7 +3,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo "Bash does not work"'
|
cd
|
||||||
|
sh ./scripts/build-website.sh
|
||||||
sh 'echo "building"'
|
sh 'echo "building"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user