-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins 1.565.2
After upgrading to Jenkins 1.565.2, I'm seeing some builds showing up with status Aborted instead of Failed when there is a compilation issue. We use maven jobs and have incremental building enabled (this has worked fine for us for a long time.) We also use multiple threads for the maven build. Seems if one thread is in the middle of running unit tests where as the other one compiles and fails, then the other thread gets killed and status for module shows as ABORTED in main server log. Could this be caused by https://issues.jenkins-ci.org/browse/JENKINS-22641 fix introduced in latest LTS release?
[woot@eng301 logs]$ grep 13179 catalina.out | grep apps-nonstop INFO: SCM changes detected in apps-nonstop. Triggering #13179 INFO: apps-nonstop/com.netbase:deploy #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:app-prospero-widget #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:app-stream-server #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:prospero-framework #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:transformer #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:app-cb-closure #13179 main build action completed: ABORTED INFO: apps-nonstop/com.netbase:dailyupdate #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:persist-api #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:alert-manager #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:content-api #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:app-iodocs #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:persist-cb #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:log #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:rosalind #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:acc-block-result #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:content-rosalind #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:app-ariel #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:consumerbase2 #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:app-ix #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:nlp #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:test #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:cb-insight-api-tools #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:app-cb #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:prospero-api #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:prospero-lucene4 #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:applications #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:megatron #13179 main build action completed: NOT_BUILT INFO: apps-nonstop/com.netbase:engine-lucene4 #13179 main build action completed: NOT_BUILT INFO: apps-nonstop #13179 main build action completed: FAILURE
- is related to
-
JENKINS-19801 Abort module build when maven build is aborted.
-
- Resolved
-
- links to