-
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.
Hi!
Have you tried to add
throwExceptionWhenFail: true
to the ansibleTower step? Actually it should be true when nothing is specified.