This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 2433ad770a7 NO-ISSUE: Increase daily-dev Jenkins job timeout (#2577)
2433ad770a7 is described below
commit 2433ad770a7d7555799d5aeec3eee837b018ef8d
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Sep 11 23:36:48 2024 -0300
NO-ISSUE: Increase daily-dev Jenkins job timeout (#2577)
---
.ci/jenkins/Jenkinsfile.daily-dev-publish | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.daily-dev-publish
b/.ci/jenkins/Jenkinsfile.daily-dev-publish
index 3c5711976dd..1a39084705a 100644
--- a/.ci/jenkins/Jenkinsfile.daily-dev-publish
+++ b/.ci/jenkins/Jenkinsfile.daily-dev-publish
@@ -27,7 +27,7 @@ pipeline {
}
options {
- timeout(time: 240, unit: 'MINUTES')
+ timeout(time: 360, unit: 'MINUTES')
}
parameters {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]