0

My Jenkins Pipeline fails even though no stage has an error:

enter image description here

The console log also shows no problems, but Build status: FAILURE.
Any tips on how to troubleshoot this would be appreciated.

Pabi
  • 891
  • 3
  • 12
  • 18
  • 1
    I can't able to see the image you uploaded. But you can roll over your mouse on the stages to see the logs in details. For example i usually have this issue during artifactory upload.For some reason artifactory upload stage failed, then it won't show anything in the log. But if i mouse over the different stages log i can get the exact problem. Give it a try – Samy Jun 01 '18 at 11:41
  • 1
    Could have been a checkout merge conflict or somewhere else. Easiest to look through full raw logs. – mkobit Jun 01 '18 at 13:42
  • Thanks Samy, it was indeed a wrong path for a artifactory upload, without any trace of it in the log. Thanks! – Pabi Jun 01 '18 at 14:25

1 Answers1

1

It was a wrong path for a artifactory upload, this let the pipeline silently fail.

Pabi
  • 891
  • 3
  • 12
  • 18