Fix typo in pipeline
parent
74456f85a1
commit
cdc24f0c33
|
@ -16,6 +16,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
dir ("${BUILD_DIR}") {
|
dir ("${BUILD_DIR}") {
|
||||||
|
|
Loading…
Reference in New Issue