You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jdk-21 pipeline job trigger was randomly getting set to a triggerSchedule_nightly, even though the jdk21.groovy config has no value....?
It seems in Jenkins groovy, a local "def target" variable that is not initialized within an iterative loop, will still have the values from the previous iteration! Hence, the jdk21 iteration was picking up the jdk17u or jdk20u schedule!!
The text was updated successfully, but these errors were encountered:
jdk-21 pipeline job trigger was randomly getting set to a triggerSchedule_nightly, even though the jdk21.groovy config has no value....?
It seems in Jenkins groovy, a local "def target" variable that is not initialized within an iterative loop, will still have the values from the previous iteration! Hence, the jdk21 iteration was picking up the jdk17u or jdk20u schedule!!
The text was updated successfully, but these errors were encountered: