Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Dec 20, 2021
1 parent a27b5f6 commit 000f4b3
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 000f4b3

Please sign in to comment.