Skip to content

Commit

Permalink
Fixed a bug when the pipeline jobs are broken into separate jobs (upl…
Browse files Browse the repository at this point in the history
…oad-stage) (config-deploy), the chaining was broken
  • Loading branch information
rahulkj committed Feb 2, 2021
1 parent 8fa8f88 commit 70d9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-pipelines/install-upgrade-products/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ jobs:
params:
subject_text: "Build finished: ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME}"
body_text: "Build finished: ${ATC_EXTERNAL_URL}/teams/main/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
#@ deploy_product_index=data.values.products.index(product)
#@ end
#@ deploy_product_index=data.values.products.index(product)
#@ end
#@ end

Expand Down

0 comments on commit 70d9d24

Please sign in to comment.