main
ROOT /
pages /
transfer-artifacts-between-jobs.md
15 lines | ISO-8859-1 | 487 bytes

Usage Scenario

Generate artifacts in job1, and use them in job2

How to Set Up

  1. Publish desired artifacts from job1 like below:

publish-artifacts.png

  1. Make job2 depending on job1:

declare-job-dependency.png

With this setup, published artifacts of job1 will be retrieved into workspace of job2, and job2 can define necessary steps to process them.

Please wait...
Page is in error, reload to recover