Skip to content

Commit 616967b

Browse files
committed
Change indentation of commit message for testing
1 parent 255fde9 commit 616967b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

jobs/bootimagebump.Jenkinsfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,22 @@ node {
100100
stage('Create Pull Request') {
101101
//if (shwrap("git -C installer diff --exit-code") != 0){
102102
echo "enter PR stage"
103-
def message = "${params.BOOTIMAGE_BUG_ID}: Update RHCOS-${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}"
103+
def message = "${params.BOOTIMAGE_BUG_ID}: Update RHCOS-${RELEASE_BRANCH} to ${params.BUILD_VERSION}"
104104
def commit_message = """\
105-
${params.BOOTIMAGE_BUG_ID}: Update RHCOS ${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}
105+
${params.BOOTIMAGE_BUG_ID}: Bump RHCOS ${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}
106106

107-
The changes done here will update the RHCOS ${RELEASE_BRANCH} bootimage metadata and address the following issues:
108-
${params.JIRA_ISSUES}
107+
The changes done here will update the RHCOS ${RELEASE_BRANCH} bootimage metadata and address the following issues:
108+
${params.JIRA_ISSUES}
109109

110-
This change was generated using:
110+
This change was generated using:
111111

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}
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}
119119

120120
""".stripIndent().trim()
121121
echo "enter commit stage"

0 commit comments

Comments
 (0)