Skip to content

New to CI/CD with no clue what these properties are for #10

Closed Answered by Avalin
badihaki asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

For the first part:

The short answer is: use the ci-cd-dispatcher.yml instead of the ci-cd-pipeline.yml. It's mostly just intended to replace or add custom workflows if you need that.

The longer answer:
I understand your confusion, it's sort of a hacky approach to getting all the necessary parameters into the pipeline.
The ci-cd-dispatcher.yml workflow has this trigger_ci job:

And in the ci-cd-pipeline.yml we unpack these nested variables into these outputs:

The ci-cd-dispatcher.yml calls a workflow-dispatch on the ci-cd-pipeline.yml. Workflow dispatches have a limit to only 10 parameters set by GitHub. In order to circumvent it I used these nested values to get all parameters. I…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Avalin
Comment options

You must be logged in to vote
8 replies
@badihaki
Comment options

@Avalin
Comment options

@badihaki
Comment options

@Avalin
Comment options

@Avalin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants