Skip to content

Commit

Permalink
BXMSPROD-1025 GA pull request job configuration centralized (#1466)
Browse files Browse the repository at this point in the history
* BXMSPROD-1025 pull request configuration centralized

* BXMSPROD-1025 pull_request.yml indentation problem solved

* BXMSPROD-1025 pull_request.yml definition-file input PROJECT_NAME replaced by droolsjbpm-build-bootstrap

* BXMSPROD-1025 kiegroup/[email protected]

* BXMSPROD-1025 kiegroup/[email protected]
archive artifact name default value to project name (without group)

* BXMSPROD-1025 kiegroup/[email protected]
archive artifact name default value to project name (without group)
  • Loading branch information
Ginxo authored Oct 26, 2020
1 parent ca0b49d commit 6021c6a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,9 @@ jobs:
wget -P $M2_HOME/lib/ext https://repo1.maven.org/maven2/io/takari/maven/takari-smart-builder/0.6.1/takari-smart-builder-0.6.1.jar
- name: Build Chain ${{ matrix.java-version }}
id: build-chain
uses: kiegroup/github-action-build-chain@v1.4
uses: kiegroup/github-action-build-chain@v2.1
with:
parent-dependencies: 'jbpm-work-items'
child-dependencies: 'kie-docs'
build-command: 'mvn -e -nsu -Dfull -Pwildfly install -Prun-code-coverage -Dcontainer.profile=wildfly -Dcontainer=wildfly -Dintegration-tests=true -Dmaven.test.failure.ignore=true'
build-command-upstream: |
mvn -e --builder smart -T1C install -DskipTests -Dgwt.compiler.skip=true -Dgwt.skipCompilation=true -Denforcer.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drevapi.skip=true
rm -rf ./*
workflow-file-name: "pull_request.yml"
archive-artifacts-path: |
**/target/jbpm-wb-case-mgmt-showcase*.war
**/target/jbpm-wb-showcase.war
definition-file: https://raw.githubusercontent.com/${GROUP}/droolsjbpm-build-bootstrap/${BRANCH}/.ci/pull-request-config.yaml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6021c6a

Please sign in to comment.