Hi Is there a way I could abort a job execution when a parameter has a given value?
To be more specific. Before performing the project release, the developer must perform a task. I created a parameter that indicates whether the task's been performed. I want that the release only occurs if the developer explicitly says that he/she performed that task. I found conditional build step plugin, but as much as I understood I can only avoid that a pre/post step be executed, not the entire job. The answer could be some other way to make the same. Tks Rui