adoptium / jenkins-helper

Jenkins Node helper API and helper jobs
Apache License 2.0
8 stars 26 forks source link

feat: add 3 new parameters for branch #41

Closed zdtsw closed 2 years ago

zdtsw commented 2 years ago

Ref issue: https://github.com/adoptium/temurin-build/issues/3103

in order to pass tag/SHA1 for 3 build related repo:s, to generate buildConfig from openjdk pipeline to downstream job. similar handler as for scm_ref and aqa_ref

This PR depends on https://github.com/adoptium/ci-jenkins-pipelines/pull/421