Skip to content

Commit

Permalink
Stop adding NODEL_LABEL to build job parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Apr 3, 2023
1 parent 768c04d commit 0692dcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/IndividualBuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class IndividualBuildConfig implements Serializable {
List<?> toBuildParams() {
List<?> buildParams = []

buildParams.add(['$class': 'LabelParameterValue', name: 'NODE_LABEL', label: NODE_LABEL])
buildParams.add(['$class': 'TextParameterValue', name: 'BUILD_CONFIGURATION', value: toJson()])

return buildParams
Expand Down

0 comments on commit 0692dcf

Please sign in to comment.