From 7dd56c7bbf330b51deeef111964707b961749992 Mon Sep 17 00:00:00 2001 From: radtriste Date: Thu, 31 Aug 2023 16:40:31 +0200 Subject: [PATCH] updated pr check script --- dsl/scripts/pr_check.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/scripts/pr_check.groovy b/dsl/scripts/pr_check.groovy index 3594ef482..7084178ce 100644 --- a/dsl/scripts/pr_check.groovy +++ b/dsl/scripts/pr_check.groovy @@ -66,7 +66,7 @@ void launch() { String getBuildChainCommandline() { // TODO those should be parametrized - String buildChainProject = 'kogito-pipelines' + String buildChainProject = env.BUILDCHAIN_PROJECT ?: CHANGE_REPO String buildChainConfigRepo = env.BUILDCHAIN_CONFIG_REPO ?: 'kogito-pipelines' String buildChainConfigBranch = env.BUILDCHAIN_CONFIG_BRANCH ?: '\${BRANCH:main}' String buildChainConfigGitAuthor = env.BUILDCHAIN_CONFIG_AUTHOR ?: '\${AUTHOR:kiegroup}'