testkube icon indicating copy to clipboard operation
testkube copied to clipboard

Dashboard - Run Now with overrides

Open michaelsatish opened this issue 2 years ago • 2 comments

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.

image

michaelsatish avatar Oct 04 '23 18:10 michaelsatish

thank you @michaelsatish for our front end team to check it out

vsukhin avatar Oct 04 '23 18:10 vsukhin

@fivenp, what do you think? I recall there was some similar ticket, but I cannot find it now.

rangoo94 avatar Oct 05 '23 07:10 rangoo94