currentBuild.result is writable try to set it to 'SUCCESS' when before your pipeline reaches the end
> Le 21 juil. 2016 à 11:53, [email protected] a écrit : > > We are working with Jenkins 2.13 the moment. > We have a ci/cd pipeline with all stages green but the build itself is red. > > From the log I cannot see anything which gives me a hint. > Also all deployed stuff is fine and the final slack notification were also > fine! > > Every "sh" call is wrapped by the try ... catch ... throw ... so if there > would > be an error the pipeline should stop at the stage where the error appears. > > I wrote manually a jenkinsfile but ... as you can guess ... all fine. > > I didn't found a way to check the build state. When is this set? > Can I do an echo of current state so I could add some output? > > currentBuild.result prints null, so obviously this is not used. > Any help, proposes? > > Kind regards, > Thomas > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/13fa2d82-4e53-40df-a9a6-d6d2f020b2b7%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-users/13fa2d82-4e53-40df-a9a6-d6d2f020b2b7%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <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/6A5F78FE-585B-47CC-988B-12D7D2377157%40gmail.com. For more options, visit https://groups.google.com/d/optout.
