2

I have a commit message stored in /tmp/message file in parent's pipeline and I would like to send the contents of this file to the child pipeline in Gitlab. Can someone help me how I can do this using yml pipelines?

1 Answer 1

0

One approach is to use a cache (as seen here), or rather an artifact (as seen here), in order to store that message content in a file.

The idea is to share a file (artifact) or key/value (cache) between jobs.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.