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 09b790203e41df934fe93c6284dda1c395a74dcc Author: Jason Porter <[email protected]> AuthorDate: Fri Oct 17 11:37:38 2025 -0600 Missing config? Signed-off-by: Jason Porter <[email protected]> --- 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 90d2b05c..2fa6ca71 100644 --- a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch +++ b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch @@ -165,7 +165,7 @@ pipeline { repos.eachWithIndex { repository, index -> def repoConfig = getRepoConfig(repository) def envProps = [ - GENERATION_BRANCH: "${GENERATION_BRANCH}", + GENERATION_BRANCH: "10.1.x", REPO_NAME: repository, GIT_BRANCH: repoConfig.git.branch, GIT_AUTHOR_NAME: repoConfig.git.author.name, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
