push docker image only in dev branch
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -48,6 +48,9 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Push image to gitea registry') {
|
||||
when {
|
||||
branch 'development'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
didRun = true
|
||||
|
||||
Reference in New Issue
Block a user