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-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new b114f62c Fix weekly job
b114f62c is described below
commit b114f62c9c00dc221ef305180d092c327bd5ac68
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Jan 19 10:07:35 2024 -0300
Fix weekly job
---
.ci/jenkins/Jenkinsfile.weekly | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly b/.ci/jenkins/Jenkinsfile.weekly
index 9dc6b0be..f68079fe 100644
--- a/.ci/jenkins/Jenkinsfile.weekly
+++ b/.ci/jenkins/Jenkinsfile.weekly
@@ -164,7 +164,7 @@ void sendPipelineErrorNotification() {
List getDefaultBuildParams() {
List params = []
addStringParam(params, 'DISPLAY_NAME', env.WEEKLY_TAG)
- addStringParam(params, 'GIT_CHECKOUT_DATE', getCheckoutDate())
+ addStringParam(params, 'GIT_CHECKOUT_DATETIME', getCheckoutDatetime())
addBooleanParam(params, 'SEND_NOTIFICATION', true)
return params
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]