Re: Get result of build step

2020-09-15 Thread Marat Gareev
Thank you! It became clearer. пн, 14 сент. 2020 г. в 20:43, Stuart Rowe : > The triggerRemoteJob pipeline step returns a Handle > , > w

Re: Get result of build step

2020-09-14 Thread Stuart Rowe
The triggerRemoteJob pipeline step returns a Handle , while the build pipeline step returns a RunWrapper

Get result of build step

2020-09-14 Thread Marat Gareev
Hello, I'm trying to use enum for processing the result of the *build* step. Working example of using *triggerRemoteJob*: > def jobBuild = triggerRemoteJob remoteJenkinsName: remoteJenkins, job: > jobName, > shouldNotFailBuild: true > if (jobBuild.getBuildResult() != Result.S