ci-jenkins-pipelines
ci-jenkins-pipelines copied to clipboard
Provide mechanism to test openjdk-build changes from openjdkXX-pipeline jobs
At the moment any build script changes can only be tested on a per-build/platform basis by using a fork of this repository.
For easy of developing and testing changes it would be useful to be able to have a mechanism to satisfy the use case of "How do I run my bulid scripts changes through a full JDKxx pipeline across all platforms?"
Currently that is almost impossible as the defaultsUrl
does not get passed down from openjdkXX-pipeline jobs into the individual platform build pipelines.