Skip to content

Commit b88263b

Browse files
committed
Check commit with this indentation
1 parent aa6de2b commit b88263b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

jobs/bootimagebump.Jenkinsfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,23 @@ node {
100100
stage('Create Pull Request') {
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}"
103-
commit_message = """\
104-
Update RHCOS ${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}
103+
commit_message = """
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-
```
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+
```
120120
""".stripIndent().trim()
121121
shwrap ("""
122122
cd installer

0 commit comments

Comments
 (0)