Skip to content

Commit 4370d22

Browse files
committed
Reconnect node on 'Cannot run program "/bin/bash"'
1 parent fb0619c commit 4370d22

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: jenkins/parser/jobs-config.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@
197197
"busError",
198198
"cvmfsFailure",
199199
"afsFailure",
200-
"workspaceFailure"
200+
"workspaceFailure",
201+
"missingBashFailure"
201202
],
202203
"maxTime": "3"
203204
}
@@ -305,6 +306,14 @@
305306
"No space left on device"
306307
],
307308
"action": "nodeOff"
309+
},
310+
"missingBashFailure": {
311+
"errorStr": [
312+
"Cannot run program \"/bin/bash\""
313+
],
314+
"action": "nodeReconnect",
315+
"allJobs": "true",
316+
"forceRetry": "true"
308317
}
309318
}
310319
}

0 commit comments

Comments
 (0)