I have the following artifact in job-1
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?
CodePudding user response:
The Copy Artifact plugin should be able to cover your needs for this.