Skip to content

Commit

Permalink
update: weekly evalucation need to set to Weekly not Nightly to run a…
Browse files Browse the repository at this point in the history
…qa (#569)
  • Loading branch information
zdtsw committed Jan 10, 2023
1 parent 0415a2c commit eb24448
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ node('worker') {
}
config.put('targetConfigurations', targetEvaluation.targetConfigurations) // explicit set it to make things clear
config.weekly_release_scmReferences = targetEvaluation.weekly_evaluation_scmReferences
config.releaseType = "Weekly" // overwrite releaseType for weekly evalucation pipeline: not set to Release(avoid trigger TCK but aqa weekly and no reproducible)

println "[INFO] CREATING JDK${javaVersion} WEEKLY EVALUATION PIPELINE WITH NEW CONFIG VALUES:"
println "JOB_NAME = ${config.JOB_NAME}"
Expand Down

0 comments on commit eb24448

Please sign in to comment.