Hello!
My goal is to build a tree with needed promotions for pipelines. But when I’m trying to access to next branch I always need to promote useless blocks instead direct access to pipelines. I want to avoid such promotions (red arrows on screenshots) in my pipelines as in them I don’t have any action and they just eating desktop space.
I have such a structure for building trees (pretty simplified)
version: v1.0
name: "Some name"
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: "USELESS PROMOTION"
task:
- commands:
- echo USELESS...
promotions:
- name: "task 1"
pipeline_file:
- name: "task2"
pipeline_file:
- name: "task3"
pipeline_file:
Sorry if it’s a strange request. I’m a bit new with semaphore