bypass approval for test environment
complete
G
Good Raven
We have two input sets for etranweb:
K8WEBSITECD
k8setranWebapp
K8WEBSITECD is used for auto-triggering from EPLX. We need to trigger test environment deployments from EPLX without requiring approval. Could you please advise how to bypass the approval step in K8WEBSITECD?
Log In
Prasad Satam
complete
Good Raven - Thank you for creating the canny, Closing the ticket here as the ask was resolved in the Zendesk ticket - https://harnesssupport.zendesk.com/agent/tickets/91079
Prasad Satam
under review
Sudarshan Purohit
Good Raven, This could be done by adding a Pipeline input variable, let's say, "requireApprovals" in the Pipeline. Add Conditional execution to the Approval step/stage, that runs the Approval stage only if that variable is set to true. In the K8WEBSITECD Input set, set the value of this variable to false. In k8setranWebapp, set it to false.
This should solve your problem. If there are existing variables in the Input Set that may clearer and are already different in the two input sets, you could use those, too.