File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
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}"
You can’t perform that action at this time.
0 commit comments