Skip to content

Commit

Permalink
Merge pull request #579 from prefeiturasp/rodrigodiaspilotogalvao-pat…
Browse files Browse the repository at this point in the history
…ch-5

Update Jenkinsfile
luizhpriotto authored Nov 9, 2023
2 parents e8cea5e + 2177185 commit 30252f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ pipeline {

stage('Flyway') {
when { anyOf { branch 'master'; branch 'main'; branch "story/*"; branch 'development'; branch 'develop'; branch 'release'; branch 'homolog'; branch 'homolog-r2'; branch 'release-r2'; } }
agent { label 'master' }
agent { label 'sme' }
steps{
withCredentials([string(credentialsId: "flyway_serapestudantes_${branchname}", variable: 'url')]) {
checkout scm

0 comments on commit 30252f8

Please sign in to comment.