Hi everyone,
I have some builds that do roughly something like:
- git clone
- make
Because of the flaky origin, the clone sometimes fail.
In that case, I would like to mark a given build as "SKIPPED" rather than "UNSTABLE".
(from within a shell-build-action)
Is something like that possible?
Many thanks in advance.
--
Matej