This is an automated email from the ASF dual-hosted git repository.
eduardocerqueira pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 5923d52a6eb Jenkins Pipelines - increased timeout
5923d52a6eb is described below
commit 5923d52a6eb082199b8801c99384b3eaf8d58ad0
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Tue Jun 3 23:02:24 2025 -0400
Jenkins Pipelines
- increased timeout
---
.../release-jobs/Jenkinsfile.dev-deployment-quarkus-blank-app-image | 2 +-
.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-quarkus-blank-app-image
b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-quarkus-blank-app-image
index 8188dd31d60..f00165596be 100644
---
a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-quarkus-blank-app-image
+++
b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-quarkus-blank-app-image
@@ -23,7 +23,7 @@ pipeline {
}
options {
- timeout(time: 60, unit: 'MINUTES')
+ timeout(time: 180, unit: 'MINUTES')
}
parameters {
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
b/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
index 3f25b9b0165..760a1f274d8 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.sonataflow-management-console
@@ -23,7 +23,7 @@ pipeline {
}
options {
- timeout(time: 60, unit: 'MINUTES')
+ timeout(time: 180, unit: 'MINUTES')
}
parameters {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]