This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit c9c59812e39cd83a5bc726825a8be1424967b3e3 Author: jstastny-cz <[email protected]> AuthorDate: Wed Nov 22 13:22:41 2023 +0100 increase pipeline timeouts --- .ci/jenkins/Jenkinsfile.build-and-test | 2 +- .ci/jenkins/Jenkinsfile.build-image | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/jenkins/Jenkinsfile.build-and-test b/.ci/jenkins/Jenkinsfile.build-and-test index a0e2fcea..1efbd07b 100644 --- a/.ci/jenkins/Jenkinsfile.build-and-test +++ b/.ci/jenkins/Jenkinsfile.build-and-test @@ -8,7 +8,7 @@ pipeline { } } options { - timeout(time: 120, unit: 'MINUTES') + timeout(time: 150, unit: 'MINUTES') skipDefaultCheckout() } stages { diff --git a/.ci/jenkins/Jenkinsfile.build-image b/.ci/jenkins/Jenkinsfile.build-image index a78ebe30..e2116875 100644 --- a/.ci/jenkins/Jenkinsfile.build-image +++ b/.ci/jenkins/Jenkinsfile.build-image @@ -11,7 +11,7 @@ pipeline { } } options { - timeout(time: 120, unit: 'MINUTES') + timeout(time: 150, unit: 'MINUTES') } environment { // Linked to node label --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
