Technically yes - as the Result is extensible. In reality you would then have to fork various plugins.
However there already is NOT_BUILT which sounds like what you want - so the question becomes how to get the build to show this state given your conditions. If Jenkins is doing the clone then you may need to patch the plugin - if you are doing the clone (why?) then you may be able to use a groovy build step so long as the build result is not final. /James On Friday, March 4, 2016 at 9:58:23 AM UTC, Matej Kosik wrote: > > 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 > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7521bf04-ac8f-4c61-88eb-500cb58dccba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
