-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins 2.138.3
Ansible tower plugin 0.9.1
While using the stage for ansible tower plugin in my build pipeline, the job result is always a success, irrespective of the tower results.
Is it the expected behavior? If not please let me know if it will be fixed in future releases.
[JENKINS-55028] Jenkins considers build as success even if tower plugin fails
Assignee | Original: John Westcott [ johnwestcottiv ] | New: Piyush Jain [ pijain ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Hi!
Have you tried to add
throwExceptionWhenFail: true
to the ansibleTower step? Actually it should be true when nothing is specified.