Request to add a "Are you sure you want to run this job" Popup. We have users accidentally run jobs in production vs meaning to run it in a non production domain. Would be helpful if we can turn on the option for specific jobs to avoid some human error.
One could achieve something similar to this by having a required parameter "Really run this in production?" whose default value is "no". The job itself would exit with failure if that value is not "yes."
That is a really great idea. I'll throw that in our environment.
Does the feature exists?
What about this feature? The confirmation message should display job parameters if exists also.
Most helpful comment
One could achieve something similar to this by having a required parameter "Really run this in production?" whose default value is "no". The job itself would exit with failure if that value is not "yes."