Skip to content

[BXMSPROD-2019] fix setup branch when condition #594

[BXMSPROD-2019] fix setup branch when condition

[BXMSPROD-2019] fix setup branch when condition #594

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Jenkins Tests
on:
pull_request:
branches-ignore:
- '9.x' # 9.x is migrated from main branch and use the seed pipelines main branch to generate jobs
paths:
- '.ci/jenkins/**'
- '.github/workflows/jenkins-tests-PR.yml'
jobs:
dsl-tests:
concurrency:
group: ${{ github.repository.name }}_dsl_tests-${{ github.head_ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: DSL tests
uses: kiegroup/kie-ci/.ci/actions/dsl-tests@main
with:
project: optaplanner
main-config-file-repo: kiegroup/optaplanner
main-config-file-path: .ci/jenkins/config/main.yaml
branch-config-file-repo: kiegroup/optaplanner