This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 7d610e24345 [10.0.x] kie-issues#1397: Adjust release pipelines for the
Apache 10 release (#2487)
7d610e24345 is described below
commit 7d610e24345ef5f95ffbc0032eba7500c909e4ef
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Jul 26 11:16:03 2024 -0300
[10.0.x] kie-issues#1397: Adjust release pipelines for the Apache 10
release (#2487)
---
.ci/jenkins/Jenkinsfile.release-candidate | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.release-candidate
b/.ci/jenkins/Jenkinsfile.release-candidate
index 53fc65f1b02..1a74c984ef4 100644
--- a/.ci/jenkins/Jenkinsfile.release-candidate
+++ b/.ci/jenkins/Jenkinsfile.release-candidate
@@ -31,7 +31,7 @@ pipeline {
}
parameters {
- string(name: 'BRANCH_NAME', description: 'Set the Git branch to
checkout (0.0.X)', trim: true)
+ string(name: 'BRANCH_NAME', description: 'Set the Git branch to
checkout (0.0.x)', trim: true)
string(name: 'RELEASE_VERSION', description: 'Release version', trim:
true)
string(name: 'TAG_NAME', description: 'Tag name to be created', trim:
true)
}
@@ -139,7 +139,6 @@ pipeline {
git add .
git commit --allow-empty -am "Apache KIE
${params.RELEASE_VERSION} release"
""".trim()
- githubUtils.pushObject('origin',
"${params.NEW_BRANCH_NAME}", "${pipelineVars.asfGithubPushCredentialsId}")
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]