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-apps.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new 0497c7d44 Add missing function
0497c7d44 is described below
commit 0497c7d44bdd703575a973f81d87ce9802ebfaff
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Jan 19 22:29:52 2024 -0300
Add missing function
---
.ci/jenkins/Jenkinsfile.weekly-deploy | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.ci/jenkins/Jenkinsfile.weekly-deploy
b/.ci/jenkins/Jenkinsfile.weekly-deploy
index f6fb0c709..8ef332621 100644
--- a/.ci/jenkins/Jenkinsfile.weekly-deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly-deploy
@@ -188,6 +188,10 @@ String getGitAuthorCredsId() {
return env.GIT_AUTHOR_CREDS_ID
}
+String getGitAuthorPushCredsId() {
+ return env.GIT_AUTHOR_PUSH_CREDS_ID
+}
+
String getBuildBranch() {
return params.BUILD_BRANCH_NAME
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]