-
Bug
-
Resolution: Unresolved
-
Critical
-
jenkins version 2.8
Unity Plugin Version 1.3
OS running jenkins = Windows
Recently I have noticed that the Android build player will cancel, but the build status will not be marked as FAILED or Unstable. I also have conditional steps that run after and actually still kicks off when the APK is not generated.
I manage a jenkins for multiple teams and BOTH teams have experienced failed builds, with SUCCESS statuses.
In the log, you clearly can see,
-
-
- Cancelled 'Build.Player.AndroidPlayer' in 2 seconds (2461 ms) ***
-
Yet, the build passes.
This again, happened. These 3 print messages are in the log... yet another passing build.
09:21:43 DisplayProgressNotification: Build Failed
09:21:43 Error building Player because scripts had compiler error
09:21:44 *** Cancelled 'Build.Player.AndroidPlayer' in 10 seconds (10379 ms)
No APK was created, yet build passed.