Skip to content

Commit

Permalink
Add cloud images binding
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed May 23, 2024
1 parent 57b6858 commit 48857ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ void setupWeeklyDeployJob(JobType jobType) {

QUARKUS_PLATFORM_NEXUS_URL: Utils.getMavenQuarkusPlatformRepositoryUrl(this),
])

if (Utils.hasBindingValue(this, 'CLOUD_IMAGES')) {
jobParams.env.put('IMAGES_LIST', Utils.getBindingValue(this, 'CLOUD_IMAGES'))
}
KogitoJobTemplate.createPipelineJob(this, jobParams)?.with {
parameters {
stringParam('DISPLAY_NAME', '', 'Setup a specific build display name')
Expand Down

0 comments on commit 48857ed

Please sign in to comment.