refactor: refs #4452 Jenkins file
This commit is contained in:
parent
80c787b5b4
commit
cb22d45c10
|
@ -14,7 +14,7 @@ pipeline {
|
|||
}
|
||||
stage('Build') {
|
||||
when {
|
||||
branch 'master'
|
||||
branch 'main'
|
||||
}
|
||||
environment {
|
||||
CREDENTIALS = credentials('docker-registry')
|
||||
|
@ -29,7 +29,7 @@ pipeline {
|
|||
}
|
||||
stage('Deploy') {
|
||||
when {
|
||||
branch 'master'
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in New Issue