Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Jan 25, 2022
1 parent 3bb52ac commit 7dccb10
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 @@ -78,7 +78,7 @@ if (Utils.isMainBranch(this)) {
setupNativeJob()
KogitoJobUtils.createBuildChainBuildAndTestJob(this, 'kogito-runtimes', FolderUtils.getNightlyFolder(this), KogitoJobType.NIGHTLY)
KogitoJobUtils.createDeployArtifactsJob(this, 'kogito-runtimes', FolderUtils.getNightlyFolder(this), KogitoJobType.NIGHTLY)
KogitoJobUtils.createUpdateVersionJob(this, 'kogito-runtimes', FolderUtils.getNightlyFolder(this), KogitoJobType.NIGHTLY, ['kogito'])
KogitoJobUtils.createUpdateVersionJob(this, 'kogito-runtimes', FolderUtils.getNightlyFolder(this), KogitoJobType.NIGHTLY, ['drools', 'kogito'])

// No release directly on main branch
if (!Utils.isMainBranch(this)) {
Expand Down

0 comments on commit 7dccb10

Please sign in to comment.