Skip to content

Commit

Permalink
Merge pull request #4238 from locriandev/ocp4-do-not-scan
Browse files Browse the repository at this point in the history
ocp4: never scan for changes, always build what's pinned
  • Loading branch information
openshift-merge-bot[bot] authored Aug 28, 2024
2 parents 1164e47 + 6efc8c2 commit d9b1d4e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jobs/build/ocp4/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ node {
defaultValue: "",
trim: true,
),
booleanParam(
name: 'PIN_BUILDS',
description: 'Build only specified rpms/images regardless of whether source has changed. WARNING: Disable this to use scan-sources as the source',
defaultValue: true,
),
choice(
name: 'BUILD_RPMS',
description: 'Which RPMs are candidates for building? "only/except" refer to list below',
Expand Down Expand Up @@ -184,9 +179,6 @@ node {
if (params.DOOZER_DATA_GITREF) {
cmd << "--data-gitref=${params.DOOZER_DATA_GITREF}"
}
if (params.PIN_BUILDS) {
cmd << "--pin-builds"
}
if (params.COMMENT_ON_PR) {
cmd << "--comment-on-pr"
}
Expand Down

0 comments on commit d9b1d4e

Please sign in to comment.