We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657c4ed commit 47e617eCopy full SHA for 47e617e
attributes/worker.rb
@@ -92,7 +92,7 @@
92
default["jenkinsHomes"]["/home/jenkins"]["in_demand_delay"] = 0 # launch worker immediately
93
default["jenkinsHomes"]["/home/jenkins"]["idle_delay"] = 20 # take worker off-line after 20 min of idling (we're charged by the hour, so no rush)
94
95
- default["jenkinsHomes"]["/home/jenkins"]["executors"] = lightWorker ? 2 : 3
+ default["jenkinsHomes"]["/home/jenkins"]["executors"] = lightWorker ? 1 : 3
96
default["jenkinsHomes"]["/home/jenkins"]["usage_mode"] = publisher ? "exclusive" : "normal"
97
default["jenkinsHomes"]["/home/jenkins"]["labels"] = ["linux", publisher ? "publish": "public"]
98
0 commit comments