File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pipeline {
6565
6666 stage('push latest'){
6767 when{
68- branch 'master '
68+ branch 'sonarqube '
6969 }
7070 steps{
7171 container ('maven') {
@@ -77,7 +77,7 @@ pipeline {
7777
7878 stage('deploy to dev') {
7979 when{
80- branch 'master '
80+ branch 'sonarqube '
8181 }
8282 steps {
8383 input(id: 'deploy-to-dev', message: 'deploy to dev?')
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pipeline {
6565
6666 stage('push latest'){
6767 when{
68- branch 'master '
68+ branch 'sonarqube '
6969 }
7070 steps{
7171 container ('maven') {
@@ -77,7 +77,7 @@ pipeline {
7777
7878 stage('deploy to dev') {
7979 when{
80- branch 'master '
80+ branch 'sonarqube '
8181 }
8282 steps {
8383 input(id: 'deploy-to-dev', message: 'deploy to dev?')
You can’t perform that action at this time.
0 commit comments