Skip to content

Commit

Permalink
Merge pull request #4324 from ashwindasr/enable-all-versions-konflux
Browse files Browse the repository at this point in the history
enable all versions for konflux
  • Loading branch information
openshift-merge-bot[bot] authored Dec 20, 2024
2 parents 5198847 + f8e4ec3 commit 11682de
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions scheduled-jobs/build/ocp4_scan_konflux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,11 @@ node {
"-vv",
"--working-dir=${WORKSPACE}/artcd_working",
"--config=./config/artcd.toml",
"schedule-ocp4-scan-konflux",
"--version=4.13", // to be removed once we have full capacity
"--version=4.14", // to be removed once we have full capacity
"--version=4.15", // to be removed once we have full capacity
"--version=4.16", // to be removed once we have full capacity
"--version=4.17", // to be removed once we have full capacity
"--version=4.18", // to be removed once we have full capacity
"--version=4.19", // to be removed once we have full capacity
"schedule-ocp4-scan-konflux"
]
// Uncomment following lines to scan all arches (to be done once we have full capacity)
//for ( version in commonlib.ocp4Versions ) {
// cmd << "--version=${version}"
//}
for ( version in commonlib.ocp4Versions ) {
cmd << "--version=${version}"
}

withCredentials([
string(credentialsId: 'jenkins-service-account', variable: 'JENKINS_SERVICE_ACCOUNT'),
Expand Down

0 comments on commit 11682de

Please sign in to comment.