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 95b3532af5 [incubator-kie-issues-1444-weekly] drools.weekly-deploy
jobs frequently fail with Request Timeout (408) (#6056)
95b3532af5 is described below
commit 95b3532af5a0ad5562515a2f35d89d87e52bd788
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Fri Aug 30 10:19:29 2024 +0900
[incubator-kie-issues-1444-weekly] drools.weekly-deploy jobs frequently
fail with Request Timeout (408) (#6056)
- Disable parallel put
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 0e855048f1..274d11e302 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -92,7 +92,7 @@ pipeline {
def installOrDeploy
if (shouldDeployToRepository()) {
installOrDeploy = "deploy -DdeployAtEnd
-Dapache.repository.username=${REPOSITORY_USER}
-Dapache.repository.password=${REPOSITORY_TOKEN}
-DretryFailedDeploymentCount=5" +
- " -Dhttp.socket.timeout=300000
-Dhttp.connection.timeout=300000"
+ "
-Daether.connector.basic.parallelPut=false"
} else {
installOrDeploy = 'install'
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]