Yves Bonjour
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited React to failure of shell script in Job
Hello, I have an automation job that looks something like this (simplified version): ```job("My Job") { host { shellScript(displayName = "My Script") { content = """ ./my-script.sh ...