jipot
jipot

Reputation: 84

How to access artifact from a different job

I have the following artifact in job-1

enter image description here

I simply want to access the contents of what is inside this artifact?

Is there a way to do this in Groovy? I was thinking of using curl, but I am wondering if there is an easier way? Or is curl the easiest?

Upvotes: 0

Views: 67

Answers (1)

Terrance Kennedy
Terrance Kennedy

Reputation: 343

The Copy Artifact plugin should be able to cover your needs for this.

Upvotes: 1

Related Questions