This is an automated email from the ASF dual-hosted git repository.
tkobayas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 20d20f7edd [incubator-kie-issues-1444] drools.weekly-deploy jobs
frequently fail with Request Timeout (408) (#6049)
20d20f7edd is described below
commit 20d20f7edd1e389f66e0cff4551683b5710335b9
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Fri Aug 23 16:03:02 2024 +0900
[incubator-kie-issues-1444] drools.weekly-deploy jobs frequently fail with
Request Timeout (408) (#6049)
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 72cea4e966..0e855048f1 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -91,7 +91,8 @@ pipeline {
withCredentials([usernamePassword(credentialsId:
env.MAVEN_REPO_CREDS_ID, usernameVariable: 'REPOSITORY_USER', passwordVariable:
'REPOSITORY_TOKEN')]) {
def installOrDeploy
if (shouldDeployToRepository()) {
- installOrDeploy = "deploy -DdeployAtEnd
-Dapache.repository.username=${REPOSITORY_USER}
-Dapache.repository.password=${REPOSITORY_TOKEN} -DretryFailedDeploymentCount=5"
+ installOrDeploy = "deploy -DdeployAtEnd
-Dapache.repository.username=${REPOSITORY_USER}
-Dapache.repository.password=${REPOSITORY_TOKEN}
-DretryFailedDeploymentCount=5" +
+ " -Dhttp.socket.timeout=300000
-Dhttp.connection.timeout=300000"
} else {
installOrDeploy = 'install'
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]