ci-jenkins-pipelines
ci-jenkins-pipelines copied to clipboard
BUILD_ARGS not passed through from top level pipelines to build pipelines
What are you trying to do? Test the --create-jre-image
parameter added in https://github.com/adoptium/temurin-build/pull/2788 by setting BUILD_ARGS
in the openjdk17-pipeline job
Expected behaviour: Platform-specific build pipelines are passed the parameter and use it when it's set in the top level pipeline
Observed behaviour: Parameter is lost and does not get to the lower level pipeline
Any other comments: