This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_821
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new d5f0b9d5 Fix
d5f0b9d5 is described below
commit d5f0b9d571c87848ef580e5739b9d32da9a59b3a
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Jan 26 12:58:39 2024 -0300
Fix
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 049f3fb1..81249473 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -134,9 +134,9 @@ pipeline {
steps {
script {
projectVersion = getProjectVersion(false)
-
githubscm.setUserConfigFromCreds(util.getGitAuthorPushCredsId())
+
githubscm.setUserConfigFromCreds(helper.getGitAuthorPushCredsId())
githubscm.tagRepository(projectVersion)
- githubscm.pushRemoteTag('origin', projectVersion,
util.getGitAuthorPushCredsId())
+ githubscm.pushRemoteTag('origin', projectVersion,
helper.getGitAuthorPushCredsId())
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]