Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Hitting stop button aborts build immediately but the module build(s) executed at the time remains in building state (project.isBuilding()==true). Underlying maven process is terminated successfully.
This bug can be observed from jenkins UI as the module build icon keeps blinking.
Result of such module builds should be ABORTED.
Attachments
Issue Links
- is related to
-
JENKINS-24832 Failed maven builds using -T are showing up as Aborted
-
- Resolved
-
Code changed in jenkins
User: Oliver Gondža
Path:
core/src/main/java/hudson/model/Run.java
maven-plugin/src/main/java/hudson/maven/MavenBuild.java
test/src/test/java/hudson/maven/MavenBuildTest.java
http://jenkins-ci.org/commit/jenkins/02c6393e1e6e5f2ab14d0fd14348373bc649717d
Log:
[FIXED JENKINS-19801] Abort module build when maven build is aborted