Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins warning about NODE_LABEL being undefined on build pipelines #312

Closed
sxa opened this issue May 24, 2022 · 2 comments · Fixed by adoptium/jenkins-helper#55
Closed
Labels
alpine-linux generation Issues that provide enhancements or fixes to the job generators linux x64 Issues that affect or relate to the x64/x32 LINUX OS

Comments

@sxa
Copy link
Member

sxa commented May 24, 2022

From the logs (Note, this is not specific to this particular job but appears to be the case on many of them. Potentially a conflict between the use of the name NODE_LABEL and LABEL but needs to be investigted and resolved as it is generating quite a bit of noise in the logs and is probably indicative of an underlying bug:

WARNING hudson.model.ParametersAction#filter: Skipped parameter NODE_LABELas it is undefined onbuild-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin. Set -Dhudson.model.ParametersAction.keepUndefinedParameters=trueto allow undefined parameters to be injected as environment variables or-Dhudson.model.ParametersAction.safeParameters=[comma-separated list]to whitelist specific parameter names, even though it represents a security breach or-Dhudson.model.ParametersAction.keepUndefinedParameters=false to no longer show this message.

I'm disinclined to set that parameter to mask a potential issue so we should look at driving a resolution.

@github-actions github-actions bot added alpine-linux generation Issues that provide enhancements or fixes to the job generators linux x64 Issues that affect or relate to the x64/x32 LINUX OS labels May 24, 2022
@sxa
Copy link
Member Author

sxa commented May 24, 2022

(There are quite a lot of these in the test jobs too e.g. PLATFORM_AND_MACHINE, NON_AQA_TEST_REPOS etc. but they can potentially be covered under a separate issue)

@sxa
Copy link
Member Author

sxa commented Jun 13, 2023

Closing this to continue resolution under adoptium/infrastructure#2774 (comment)

@sxa sxa closed this as completed Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpine-linux generation Issues that provide enhancements or fixes to the job generators linux x64 Issues that affect or relate to the x64/x32 LINUX OS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant