-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
When the Jenkins pipeline uses the below option,
options {
disableConcurrentBuilds(abortPrevious: true)
}
to cancel the previously running build, the build result status is NOT_BUILT.
Where the pervious build has run for a while and is partly executed already. Hence, the result of it should not be NOT_BUILT, which is misleading.