File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ if (params.VERSION == "") {
5656 throw new Exception("Missing VERSION parameter!")
5757}
5858
59+ build_description = "${build_description}[$params.VERSION]"
60+
5961// runtime parameter always wins
6062def cosa_img = params.COREOS_ASSEMBLER_IMAGE
6163cosa_img = cosa_img ?: pipeutils.get_cosa_img(pipecfg, params.STREAM)
@@ -94,7 +96,7 @@ lock(resource: "sign-${params.VERSION}") {
9496 pipeutils.shwrapWithAWSBuildUploadCredentials("""
9597 cosa init --branch ${ref} ${variant} ${pipecfg.source_config.url}
9698 cosa buildfetch --build=${params.VERSION} \
97- ${arch_args} --artifact=all --url=s3://${s3_stream_dir}/builds \
99+ ${arch_args.join(' ') } --artifact=all --url=s3://${s3_stream_dir}/builds \
98100 --aws-config-file \${AWS_BUILD_UPLOAD_CONFIG}
99101 """)
100102 }
@@ -165,5 +167,5 @@ lock(resource: "sign-${params.VERSION}") {
165167 currentBuild.result = 'FAILURE'
166168 throw e
167169} finally {
168- pipeutils.trySlackSend(message: ":key : fix-build #${env.BUILD_NUMBER} <${env.BUILD_URL}|:jenkins:> <${env.RUN_DISPLAY_URL}|:ocean:> [${params.STREAM}][${basearches.join(' ')}] (${params.VERSION})")
170+ pipeutils.trySlackSend(message: ":hammer : fix-build #${env.BUILD_NUMBER} <${env.BUILD_URL}|:jenkins:> <${env.RUN_DISPLAY_URL}|:ocean:> [${params.STREAM}][${basearches.join(' ')}] (${params.VERSION})")
169171}}} // try-catch-finally, cosaPod and lock finish here
You can’t perform that action at this time.
0 commit comments