This commit is contained in:
parent
d7b15d3221
commit
c35bbc3c9d
|
@ -119,11 +119,6 @@ pipeline {
|
|||
dockerBuild()
|
||||
}
|
||||
}
|
||||
stage('Output') {
|
||||
steps {
|
||||
echo "${env.VERSION}"
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
when {
|
||||
expression { PROTECTED_BRANCH }
|
||||
|
|
Loading…
Reference in New Issue