This is an automated email from the ASF dual-hosted git repository. lightguardjp pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit 1529b541e7a742e7c0d4c6b7848adb9d1f3dc001 Author: Jason Porter <[email protected]> AuthorDate: Fri Oct 17 11:41:44 2025 -0600 Missing config? again Signed-off-by: Jason Porter <[email protected]> --- dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch index 2fa6ca71..4c148537 100644 --- a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch +++ b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch @@ -47,6 +47,7 @@ pipeline { environment { KOGITO_CI_EMAIL_TO = credentials("${JENKINS_EMAIL_CREDS_ID}") SEED_FOLDER = 'dsl/seed' + GENERATION_BRANCH: "10.1.x", } stages { @@ -112,7 +113,7 @@ pipeline { ENVIRONMENTS: getRepoConfig(repository).environments?.keySet()?.join(',') ?: '', - GENERATION_BRANCH: "${GENERATION_BRANCH}", + GENERATION_BRANCH: "10.1.x", GIT_MAIN_BRANCH: getMainBranch(repository), REPO_NAME: "${repository}", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
