Skip to content

Commit

Permalink
KOGITO-5937 Jenkins PR: enable build-chain (#912)
Browse files Browse the repository at this point in the history
* KOGITO-5937 Jenkins PR: enable build-chain

* update gha
  • Loading branch information
radtriste authored Oct 11, 2021
1 parent 251873b commit 44ae695
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ def getJobParams(String jobName, String jobFolder, String jenkinsfileName, Strin
Map getMultijobPRConfig() {
return [
parallel: true,
buildchain: true,
jobs : [
[
id: 'Examples',
id: 'kogito-examples',
primary: true,
env : [
// Sonarcloud analysis is disabled for examples
DISABLE_SONARCLOUD: true,
]
]
]
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build Chain ${{ matrix.java-version }}
id: build-chain
uses: kiegroup/[email protected].2
uses: kiegroup/[email protected].11
with:
definition-file: https://raw.githubusercontent.com/${GROUP}/kogito-pipelines/${BRANCH}/.ci/pull-request-config.yaml
- name: Publish Test Report
Expand Down

0 comments on commit 44ae695

Please sign in to comment.