Rundeck: Feature Request - User confirmation that you want to run a job

Created on 1 Nov 2016  路  4Comments  路  Source: rundeck/rundeck

Enhancement request

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.

enhancement

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."

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings