File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
jobs/build/promote-assembly Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,6 @@ node {
73
73
description : ' (Standard Release) Do not gather an advisory image list for docs.' ,
74
74
defaultValue : false ,
75
75
),
76
- booleanParam(
77
- name : ' SKIP_ATTACHED_BUG_CHECK' ,
78
- description : ' Skip attached bug check' ,
79
- defaultValue : false ,
80
- ),
81
76
booleanParam(
82
77
name : ' SKIP_SIGNING' ,
83
78
description : ' Do not sign the release (legacy).' ,
@@ -107,7 +102,6 @@ node {
107
102
108
103
commonlib. checkMock()
109
104
def (major, minor) = commonlib. extractMajorMinorVersionNumbers(params. VERSION )
110
- def skipAttachedBugCheck = params. SKIP_ATTACHED_BUG_CHECK
111
105
def next_minor = " ${ major} .${ minor + 1} "
112
106
if (params. DRY_RUN ) {
113
107
currentBuild. displayName + = " (dry-run)"
@@ -141,9 +135,6 @@ node {
141
135
" --group=openshift-${ params.VERSION} " ,
142
136
" --assembly=${ params.ASSEMBLY} " ,
143
137
]
144
- if (skipAttachedBugCheck) {
145
- cmd << " --skip-attached-bug-check"
146
- }
147
138
if (params. SKIP_IMAGE_LIST ) {
148
139
cmd << " --skip-image-list"
149
140
}
You can’t perform that action at this time.
0 commit comments