Part 3: Abstract pipeline_variables_form to its own component - clean up
All threads resolved!
All threads resolved!
Compare changes
Files
208@@ -243,47 +243,11 @@ include:
Part 3 for #520831 (closed)
We are abstracting the pipeline variables form to it's own component in order to accommodate inputs work and also hide the component depending on settings.
Part 3 removes the redundant pipeline variables code
Step | MR |
---|---|
Set up component/query | !182376 (merged) |
Build out pipeline variable form component | !182455 (merged) |
Clean up and integration | [Current MR] |
No UI change
variables:
DEPLOY_ENVIRONMENT:
value: "staging"
options:
- "production"
- "staging"
- "canary"
description: "The deployment target. Set to 'staging' by default."
job:
script: echo 1
-/pipelines/new
and verify that your variables are output in the pipeline variables form.Related to #520831 (closed)