Can you attach your Jenkinsfile? Thanks. On Mon, Oct 15, 2018 at 10:59 AM Paul D'Ambra <[email protected]> wrote:
> Hi, thanks for the link? > > I find the pipeline documentation a bit limited... there are no examples > of usage in that link. Are you saying I need to "wrap" the dependency check > stage in some way so that I can manually trigger the error signal when it > fails? > > Are you (or anyone) able to point me at an example of how that might work? > > Thanks > > On Mon, 15 Oct 2018 at 09:56 Ramanathan Muthaiah <[email protected]> > wrote: > >> Most likely, you need this 'error >> <https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#error-error-signal> >> '. >> >> /Ram >> >> >> On Thursday, October 4, 2018 at 1:36:03 PM UTC+5:30, Paul D'Ambra wrote: >>> >>> I have a declarative Jenkins pipeline that in a parallel stage runs the >>> dependency check plugin. With their support >>> <https://github.com/jeremylong/DependencyCheck/issues/1510#issuecomment-426219678> >>> I >>> have the plugin configured so that if a certain number of new >>> vulnerabilities are detected it fails the build. >>> >>> However, even though the build is marked as failed in Jenkins the >>> pipeline is running on past that stage. >>> >>> So, the build is marked as failed *and* the artefact has been deployed >>> into an environment! >>> >>> The plugin authors believe this is either the analysis plugin or Jenkins >>> at fault. But I don't know how to investigate further. Can anyone here >>> provide advice? >>> >>> Thanks >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Jenkins Users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jenkinsci-users/tjxKjosOdqY/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/b91a6b50-360f-4bc3-9d7f-db78e86d92cf%40googlegroups.com >> <https://groups.google.com/d/msgid/jenkinsci-users/b91a6b50-360f-4bc3-9d7f-db78e86d92cf%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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/CAKdKnDs7vZEZRMO9NkDu39KHtyQRbE8n3rRYJnYY3_5Um6V1NQ%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAKdKnDs7vZEZRMO9NkDu39KHtyQRbE8n3rRYJnYY3_5Um6V1NQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPbPdOZP1rqi-zPivO0pc%2BkAtoSw26-LgpKuYFg8tx0_F2SuBg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
