Skip to content
Snippets Groups Projects
Commit a85b779a authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

toying with an extended pipeline triggered by a variable

Former-commit-id: cab51112
parent 0142b75d
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ stages:
- push_button_spawn_cluster
# - e2e
- tests
- extended
- clean # only on master
#trigger_pipeline_in_B:
......@@ -162,6 +163,17 @@ manual_cluster_spawn:
refs:
- "devel"
extended:
stage: extended
tags:
- heat
- ansible
script:
- echo "extended stage"
only:
variables:
- $EXTENDED != null
clean:
stage: clean
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment