Skip to content

Commit

Permalink
update jenkin pipeline to deploy camunda
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmendrak committed May 20, 2021
1 parent d902511 commit d55fd4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ withPipeline(type, product, component) {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'output/**/*'
}

after('prod:promotion') {
before('prod:promotion') {
loadVaultSecrets(secrets)
uploadBpmnDiagrams('prod')
}
}

0 comments on commit d55fd4f

Please sign in to comment.