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 6665a53 commit d902511
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ withPipeline(type, product, component) {
after('functionalTest:aat') {
createGithubRelease()
uploadBpmnDiagrams('aat')
uploadBpmnDiagrams('prod')
steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'output/**/*'
}

after('prod:promotion') {
uploadBpmnDiagrams('prod')
}
}

0 comments on commit d902511

Please sign in to comment.