Jenkins pipeline: Get previous build status - getPreviousBuild
Jenkins get previous build status
println(currentBuild.getPreviousBuild()) println(currentBuild.getPreviousBuild().result)
Published on 2020-07-03
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post