Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 14, 2023
1 parent e31495c commit 00cfa3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ void setupNightlyCloudJob() {
}

void setupQuarkus3NightlyJob() {
// TODO Tests would be done on 9.x/2.x branch => Create 2.x branch on Kogito

// Tests are done on 9.x/2.x branch => Create 2.x branch on Kogito
// Need to split as Drools and Kogito end up in different integration branches
KogitoJobUtils.createNightlyBuildChainIntegrationJob(this, 'quarkus-3', 'drools', true) { script ->
def jobParams = JobParamsUtils.getDefaultJobParams(script, 'drools')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class JobParamsUtils {
parametersValues: [:],
env: [
REPO_NAME: repository,
STREAM: Utils.getStream(script),
],
pr: [
target_repository: repository,
Expand Down

0 comments on commit 00cfa3f

Please sign in to comment.