Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change .getPreviousBuild() to allow for higher concurrency
Jenkins changed getPreviousBuild() to halt jobs if a previous build hasn't finished, meaning jobs of variable runtime end up being serialized: https://issues.jenkins-ci.org/browse/JENKINS-9913?focusedCommentId=184188&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-184188 This change switches to the latest completed build, allowing this plugin to work with jobs of variable length.
- Loading branch information
832e7b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably also need to switch to
BuildStepMonitor.NONE
to see any benefit.