-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup DSL branch config after productized branch creation
- Loading branch information
Jenkins CI
committed
Jun 26, 2023
1 parent
d0f7599
commit 16466a8
Showing
3 changed files
with
102 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,58 @@ | ||
version: "2.1" | ||
version: '2.1' | ||
dependencies: | ||
- project: kiegroup/drools | ||
mapping: | ||
dependencies: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`) | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`) | ||
- project: kiegroup/kogito-runtimes | ||
dependencies: | ||
- project: kiegroup/drools | ||
mapping: | ||
dependencies: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)" | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`)" | ||
|
||
mapping: | ||
dependencies: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`) | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`) | ||
exclude: | ||
- kiegroup/kogito-examples | ||
- kiegroup/kogito-apps | ||
- project: kiegroup/kogito-apps | ||
dependencies: | ||
- project: kiegroup/kogito-runtimes | ||
mapping: | ||
dependencies: | ||
- project: kiegroup/drools | ||
mapping: | ||
dependencies: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`)" | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)" | ||
exclude: | ||
- kiegroup/kogito-examples | ||
- kiegroup/kogito-apps | ||
|
||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`) | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`) | ||
exclude: | ||
- kiegroup/kogito-examples | ||
- kiegroup/kogito-runtimes | ||
- project: kiegroup/kogito-examples | ||
dependencies: | ||
- project: kiegroup/kogito-runtimes | ||
- project: kiegroup/kogito-apps | ||
mapping: | ||
dependencies: | ||
- project: kiegroup/kogito-runtimes | ||
mapping: | ||
dependencies: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`)" | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)" | ||
exclude: | ||
- kiegroup/kogito-examples | ||
- kiegroup/kogito-runtimes | ||
|
||
- project: kiegroup/kogito-examples | ||
dependencies: | ||
- project: kiegroup/kogito-runtimes | ||
- project: kiegroup/kogito-apps | ||
mapping: | ||
dependencies: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`)" | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: "process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)" | ||
exclude: | ||
- kiegroup/kogito-apps | ||
- kiegroup/kogito-runtimes | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1+7}.${n2}.${n3}`) | ||
dependant: | ||
default: | ||
- source: (\d*)\.(.*)\.(.*) | ||
targetExpression: process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`) | ||
exclude: | ||
- kiegroup/kogito-apps | ||
- kiegroup/kogito-runtimes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters