What are you trying to do?
Build & Test with a custom openjdk repo/branch.
Expected behaviour:
Pass custom branch via jdkXX_pipeline_config buildArgs --disable-adopt-branch-safety -r <repo> -b <branch>. Compile clones and checks out the correct branch. Correct repo & branch are passed to test jobs.
Observed behaviour:
Default branch (openj9) is passed to test instead of custom branch value.
Any other comments:
What are you trying to do?
Build & Test with a custom openjdk repo/branch.
Expected behaviour:
Pass custom branch via jdkXX_pipeline_config buildArgs
--disable-adopt-branch-safety -r <repo> -b <branch>. Compile clones and checks out the correct branch. Correct repo & branch are passed to test jobs.Observed behaviour:
Default branch (openj9) is passed to test instead of custom branch value.
Any other comments: