We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eadb3d commit 5b50097Copy full SHA for 5b50097
ci/pipeline.yml
@@ -72,6 +72,17 @@ jobs:
72
build_uri: "${ATC_EXTERNAL_URL}/builds/${BUILD_ID}"
73
build_number: "${BUILD_PIPELINE_NAME}-((branch))-${BUILD_JOB_NAME}-${BUILD_NAME}"
74
disable_checksum_uploads: true
75
+ artifact_set:
76
+ - include:
77
+ - /**/*.zip
78
+ properties:
79
+ zip.name: spring-cloud-app-broker
80
+ zip.displayname: Spring Cloud App Broker
81
+ zip.deployed: false
82
83
+ - /**/*-docs.zip
84
85
+ zip.type: docs
86
on_failure:
87
*slack-failure-notification
88
on_error:
0 commit comments