build: refs #6706 hook test #1988

Merged
juan merged 17 commits from 6706-optimizeHooks into dev 2024-02-01 22:40:39 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit c35bbc3c9d - Show all commits

5
Jenkinsfile vendored
View File

@ -119,11 +119,6 @@ pipeline {
dockerBuild()
}
}
stage('Output') {
steps {
echo "${env.VERSION}"
}
}
stage('Deploy') {
when {
expression { PROTECTED_BRANCH }