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
-
Activity
Field | Original Value | New Value |
---|---|---|
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. Result of such module builds should be {{ABORTED}}. |
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}}. |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Link |
This issue is related to |
Workflow | JNJira [ 151320 ] | JNJira + In-Review [ 193875 ] |
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