Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins "run only if build succeeds" still runs for unsuccessful builds

I'am using Jenkins for continuous integration and I have some projects having upstream and downstream build connections. I have selected Run only if build succeeds in each project's configuration. However, the post-build step is still getting triggered for unstable builds. Jenkins version is 1.480.3 . I wonder if is there anyone having a similar experience.

Thanks in advance

like image 596
fatihk Avatar asked Oct 21 '22 08:10

fatihk


1 Answers

This is an existing issue in Jenkins 1.480.3. It got resolved 1.509.1. The link of jira is as follows.

https://issues.jenkins-ci.org/browse/JENKINS-14102

like image 150
Salil Verma Avatar answered Oct 25 '22 02:10

Salil Verma