We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99465 commit bab1c86Copy full SHA for bab1c86
jenkins/parser/jobs-config.json
@@ -197,8 +197,7 @@
197
"busError",
198
"cvmfsFailure",
199
"afsFailure",
200
- "workspaceFailure",
201
- "missingBashFailure"
+ "workspaceFailure"
202
],
203
"maxTime": "3"
204
}
@@ -258,7 +257,7 @@
258
257
"errorStr": [
259
"Caused: java.io.IOException: Cannot run program"
260
261
- "action": "nodeOff",
+ "action": "nodeReconnect",
262
"allJobs": "true"
263
},
264
"gridConnection": {
@@ -306,14 +305,6 @@
306
305
"No space left on device"
307
308
"action": "nodeOff"
309
- },
310
- "missingBashFailure": {
311
- "errorStr": [
312
- "Cannot run program \"/bin/bash\""
313
- ],
314
- "action": "nodeReconnect",
315
- "allJobs": "true",
316
- "forceRetry": "true"
317
318
319
0 commit comments