Skip to content

Commit

Permalink
Quarkus 3: Fix CI (#3203) (#3204)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Radisson <[email protected]>
Co-authored-by: radtriste <[email protected]>
  • Loading branch information
3 people authored Aug 31, 2023
1 parent a96ff6c commit 2784cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ createSetupBranchJob()

// Nightly jobs
Closure nightlyJobParamsGetter = isMainStream() ? JobParamsUtils.DEFAULT_PARAMS_GETTER : setup4AMCronTriggerJobParamsGetter
KogitoJobUtils.createNightlyBuildChainBuildAndDeployJobForCurrentRepo(this, '', true, nightlyJobParamsGetter)
KogitoJobUtils.createNightlyBuildChainBuildAndDeployJobForCurrentRepo(this, '', true)
setupSpecificBuildChainNightlyJob('sonarcloud', nightlyJobParamsGetter)
setupSpecificBuildChainNightlyJob('native', nightlyJobParamsGetter)
setupNightlyQuarkusIntegrationJob('quarkus-main', nightlyJobParamsGetter)
Expand Down

0 comments on commit 2784cce

Please sign in to comment.