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) (#6056)

- Disable deployAtEnd
  • Loading branch information
tkobayas committed Sep 9, 2024
1 parent 6be58bc commit 17256a7
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 @@ -91,7 +91,7 @@ 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 -Dapache.repository.username=${REPOSITORY_USER} -Dapache.repository.password=${REPOSITORY_TOKEN} -DretryFailedDeploymentCount=5" +
" -Daether.connector.basic.parallelPut=false"
} else {
installOrDeploy = 'install'
Expand Down

0 comments on commit 17256a7

Please sign in to comment.