Y
Hacker News
new
|
ask
|
show
|
jobs
by
lukevp
396 days ago
Each job runs on a separate runner. If you want to pass data across, use artifacts to upload and then retrieve the specified file(s).
1 comments
cedws
395 days ago
You can pass outputs between jobs by declaring one job as a dependency of another with needs:, then reference that dependency's outputs with needs.<job>.outputs
link