Skip to content

Exploring passing of files over workspaces, before saving all as artifacts in 1 downstream job.

Notifications You must be signed in to change notification settings

kelvintaywl-cci/collecting-artifacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

collecting-artifacts

Exploring passing of files over workspaces, before saving all as artifacts in 1 downstream job.

Explanation

The main workflow will run:

  1. create-file-foobar.txt job
  2. create-file-fizzbuzz.txt job
  3. save-as-artifacts job

(1) and (2) will create files of foobar.txt and fizzbuzz.txt respectively, under the project's working directory.

We then persist the files to the workspace.

(3) will attach the workspace for this workflow, and saves the 2 files as artifacts. It is important to ensure that the 2 files have unique filepaths (i.e., they do not clash or conflict).

About

Exploring passing of files over workspaces, before saving all as artifacts in 1 downstream job.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published