Skip to content

Share artifact between two Workflows/CronWorkflows #5350

Answered by simster7
mj3c asked this question in Q&A
Discussion options

You must be logged in to vote

This is certainly possible. You need to set up an Artifact repository. You can use a cloud provider (e.g. S3) or set up a repository in your own cluster (e.g. the team uses Minio). You can take a look at the possible Artifact repository types here.

Once you have an artifact repository configured, your workflows can simply read and write the artifacts from said repository, instead of passing it around different steps. Take a look at these examples on how to get and put artifacts from an artifact repository:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mj3c
Comment options

Answer selected by mj3c
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