Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I investigate cause for jenkins build abort by anonymous

Some of my jenkins build fail randomly and the only clue in the console output I have is:

Build was aborted
Aborted by anonymous

How do investigate what is the cause of this?

like image 445
Umar Avatar asked Nov 02 '15 09:11

Umar


2 Answers

If this is happening while running a Multijob using "Multijob Plugin", you need to configure the jobs not to kill the other jobs when they fail.

enter image description here

like image 150
DavidS Avatar answered Sep 24 '22 21:09

DavidS


Step1

Make sure you have Matrix Authorization Strategy Plugin installed in your jenkins

Step2

Go to your job configuration page, set the job with limited access to only some members(like foo, bar), and remove the build access for anonymous. enter image description here

like image 44
mainframer Avatar answered Sep 21 '22 21:09

mainframer