I have a pipeline as below.
if I keep allow_failure value true for teardown job, the next job is running directly.
If I keep allow_failure value false for teardown job, the next job is set in a state of skipped, and I can’t run it manually also later.
The play button now doesn’t work for last job.
How to set in such a way, when the teardown job fails, we can come and run it manually the next job(destroy-admin-server) later.
Please suggest.