Skip to content

Commit

Permalink
update jenkins_args
Browse files Browse the repository at this point in the history
  • Loading branch information
💥Hedi Ghediri committed Jul 30, 2024
1 parent ff1f12a commit 87ec237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provisioner:
# Sometimes with slow performance the connection is dropped/cut too early
# 30 seconds was too low, so I bumped it to 5 minutes
# https://issues.jenkins-ci.org/browse/JENKINS-38623
jenkins_args: '--httpKeepAliveTimeout=300000,--argumentsRealm.roles.jenkins=admin,--argumentsRealm.passwd.jenkins=password'
jenkins_args: '--httpKeepAliveTimeout=300000 --argumentsRealm.roles.jenkins=admin --argumentsRealm.passwd.jenkins=password'
# This it to help issues we run into on the CI systems
update_center_sleep: 10
executor:
Expand Down

0 comments on commit 87ec237

Please sign in to comment.