This commit is contained in:
parent
fbd01d2821
commit
bbb988308d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cd scripts; ./setup.sh'
|
sh 'cd scriptcraft/scripts; ./setup.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Plugin') {
|
stage('Build Plugin') {
|
||||||
|
Reference in New Issue
Block a user