This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/main by this push:
new c7083c56 Fix git commit for tag creation on the weekly deploy Jenkins
job (#1803)
c7083c56 is described below
commit c7083c56f730c9102c53de4bed9c19950b5b8ac0
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Mon Sep 16 08:44:22 2024 -0300
Fix git commit for tag creation on the weekly deploy Jenkins job (#1803)
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 5ae76b2b..41b0e21b 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -131,7 +131,7 @@ pipeline {
if (githubscm.isThereAnyChanges()) {
def commitMsg = "[${getBuildBranch()}] Update
version to ${projectVersion}"
githubscm.setUserConfigFromCreds(getGitAuthorPushCredsId())
- githubscm.commitChanges(commitMsg, {
githubscm.findAndStageNotIgnoredFiles('pom.xml') })
+ githubscm.commitChanges(commitMsg)
} else {
println '[WARN] no changes to commit'
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]