Skip to content

Commit d0c7121

Browse files
committed
Add comment lines
1 parent dc07066 commit d0c7121

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jobs/bootimagebump.Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ node {
5555
git config --global user.name "CoreOS Bot"
5656
git config --global user.email "[email protected]"
5757
""")
58-
58+
// Clone the openshift/installer repository and fetch the required release branch
5959
stage('Setup workspace') {
6060
shwrap("""
6161
git clone --depth=1 --branch main https://github.com/${releng_installer}.git
@@ -72,6 +72,7 @@ node {
7272
""")
7373
}
7474

75+
// Run plume cosa2stream to update the RHCOS bootimage metadata (rhcos.json)
7576
stage('Bump Bootimage Metadata') {
7677
shwrap("""
7778
cd installer
@@ -87,7 +88,7 @@ node {
8788
ppc64le=${params.BUILD_VERSION}
8889
""")
8990
}
90-
91+
// Commit the updated metadata.
9192
stage('Create Pull Request') {
9293
//if (shwrapCapture("git diff --exit-code") != 0){
9394
def message = "${params.BOOTIMAGE_BUG_ID}: Update RHCOS-${RELEASE_BRANCH} bootimage metadata to ${params.BUILD_VERSION}"

0 commit comments

Comments
 (0)