Skip to content

Commit

Permalink
don't pass node label to windows installer job
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed May 3, 2024
1 parent 27eb227 commit 6bb21e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,6 @@ class Build {
We run two jobs if we have a JRE (see https://github.com/adoptium/temurin-build/issues/1751).
*/
private void buildWindowsInstaller(VersionInfo versionData, String filter, String category) {
def nodeFilter = "${buildConfig.TARGET_OS}&&wix"

def buildNumber = versionData.build

if (versionData.major == 8) {
Expand Down Expand Up @@ -829,7 +827,6 @@ class Build {
context.string(name: 'PRODUCT_CATEGORY', value: "${category}"),
context.string(name: 'JVM', value: "${buildConfig.VARIANT}"),
context.string(name: 'ARCH', value: "${INSTALLER_ARCH}"),
['$class': 'LabelParameterValue', name: 'NODE_LABEL', label: "${nodeFilter}"]
]
context.copyArtifacts(
projectName: 'build-scripts/release/create_installer_windows',
Expand Down

0 comments on commit 6bb21e6

Please sign in to comment.