Skip to content

Commit

Permalink
WIP use updated pr_check.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Nov 6, 2023
1 parent 33bf9f7 commit b1cdbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
script {
// load `pr_check.groovy` file from kogito-pipelines:main
dir('kogito-pipelines') {
checkout(githubscm.resolveRepository('incubator-kie-kogito-pipelines', 'apache', 'main', false, 'ASF_Cloudbees_Jenkins_ci-builds'))
checkout(githubscm.resolveRepository('kogito-pipelines', 'jstastny-cz', 'kie-issues_599_enable', false, 'ASF_Cloudbees_Jenkins_ci-builds'))
pr_check_script = load 'dsl/scripts/pr_check.groovy'
}
}
Expand Down

0 comments on commit b1cdbdb

Please sign in to comment.