Skip to content

Commit

Permalink
Update base file too
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans committed Oct 7, 2020
1 parent 9cf5341 commit 12908f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/_base/application/overlay/Jenkinsfile.twig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ pipeline {
milestone(50)
sh 'ws app publish'
{% if @('pipeline.publish.chart.enabled') %}
sh 'ws app publish chart "${GIT_BRANCH}" "{{ @('workspace.name') }} build artifact ${GIT_COMMIT}"'
lock(resource: '{{ @('workspace.name') }}-publish-chart', inversePrecedence: true) {
sh 'ws app publish chart "${GIT_BRANCH}" "{{ @('workspace.name') }} build artifact ${GIT_COMMIT}"'
}
{% endif %}
}
}
Expand Down

0 comments on commit 12908f7

Please sign in to comment.