Hi, We use the flow plugin to simplify the building on jenkins. We also use the pathignore plugin to avoid recompiling some parts of the flow. I can not get this to work together as the pathignore sets the build status to NOT_BUILT, and the flow plugin then aborts the pipeline.
In my case NOT_BUILT is fine. Later stages just use the last successful build artifacts. Does the flow plugin allow to parameterize the fail/abort condition? Is there a better way to accomplish this? Cheers, Ola ps. I tried a naive guard/rescue variant but the rescue clause crashes the plugin if empty.