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 de180c1e8c49d2298a3cceeddef6df8b92cb19c4 Author: Jason Porter <[email protected]> AuthorDate: Fri Oct 17 11:43:23 2025 -0600 ENV fix, take one --- dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch index 4c148537..cebc0ddb 100644 --- a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch +++ b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch @@ -47,7 +47,7 @@ pipeline { environment { KOGITO_CI_EMAIL_TO = credentials("${JENKINS_EMAIL_CREDS_ID}") SEED_FOLDER = 'dsl/seed' - GENERATION_BRANCH: "10.1.x", + GENERATION_BRANCH = "10.1.x" } stages { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
