I've a step to publish Aritfacts.
The Execution Condition has two conditions:
- If all previous sibling steps are successful
- If specified path exists.
The path is being returned by a variable that runs a groovy script.
This variable might return "" in case there is no path to return.
In this case the step is marked as being cancelled, what is kind of strange for me.
What is best to return instead of "" to avoid this?

- solved #2
- replies 3
- views 28
- stars 0
-