testkube
testkube copied to clipboard
Dashboard - Run Now with overrides
Describe the enhancement you'd like to see It'd great if there is a way to override the execution request variables. Let say I have two variables "Branch" and "Release" with default or empty values.
executionRequest:
variables:
Branch:
name: Branch
value: "main"
type: basic
Release:
name: Release
type: basic
After clicking "Run now" or a different button/layout opens a model window for the user to override variables.
This will be helpful if the user wants to pass a value to the downstream framework that changes for each run.
thank you @michaelsatish for our front end team to check it out
@fivenp, what do you think? I recall there was some similar ticket, but I cannot find it now.