Skip to content

Commit

Permalink
[incubator-kie-issues-1444-weekly] drools.weekly-deploy jobs frequent…
Browse files Browse the repository at this point in the history
…ly fail with Request Timeout (408) (apache#6056)

- Disable parallel put
  • Loading branch information
tkobayas authored and Rodrigo Antunes committed Oct 7, 2024
1 parent b557525 commit df16054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.weekly.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit df16054

Please sign in to comment.