How can I investigate the reason jenkins build abort anonymously

Some of my jenkins build come out randomly and the only console exit prompt I have is:

Build was aborted
Aborted by anonymous

How to find out what is causing this?

+4
source share
3 answers

If this happens when you start Multijob using the "Multijob Plugin", you need to set up the tasks so as not to kill other tasks when they fail.

enter image description here

+10
source

Step1

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

Step2

, (, foo, bar) build . enter image description here

+1

We upgraded to debian 8, which seams resolved this. I'm not sure if this was due to the JDK we used, simply because the other problems we also saw, such as the JDK value, equal to null error. I noticed that jenkins has its own error launcher, similar problems are ignored due to lack of data. and in my case, I also disagree, I also do not have data on my problem.

0
source

Source: https://habr.com/ru/post/1614122/


All Articles