@@ -101,23 +101,23 @@ node {
101101 //if (shwrap("git -C installer diff --exit-code") != 0){
102102 pr_title = "${params.BOOTIMAGE_BUG_ID}: Update RHCOS-${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}"
103103 commit_message = """\
104- Update RHCOS ${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}
104+ Update RHCOS ${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}
105105
106- The changes done here will update the RHCOS ${RELEASE_BRANCH} bootimage metadata and address the following issues:
107- ${params.JIRA_ISSUES}
106+ The changes done here will update the RHCOS ${RELEASE_BRANCH} bootimage metadata and address the following issues:
107+ ${params.JIRA_ISSUES}
108108
109- This change was generated using:
109+ This change was generated using:
110110
111- ```
112- plume cosa2stream --target ${RHCOS_METADATA_FILE} \\
113- --distro ${params.DISTRO} --no-signatures --name ${params.STREAM} \\
114- --url ${params.URL} \\
115- x86_64=${params.BUILD_VERSION} \\
116- aarch64=${params.BUILD_VERSION} \\
117- s390x=${params.BUILD_VERSION} \\
118- ppc64le=${params.BUILD_VERSION}
119- ```
120- """.stripIndent().trim()
111+ ```
112+ plume cosa2stream --target ${RHCOS_METADATA_FILE} \\
113+ --distro ${params.DISTRO} --no-signatures --name ${params.STREAM} \\
114+ --url ${params.URL} \\
115+ x86_64=${params.BUILD_VERSION} \\
116+ aarch64=${params.BUILD_VERSION} \\
117+ s390x=${params.BUILD_VERSION} \\
118+ ppc64le=${params.BUILD_VERSION}
119+ ```
120+ """.stripIndent().trim()
121121 shwrap ("""
122122 cd installer
123123 git add ${RHCOS_METADATA_FILE}
0 commit comments