Hi,
I've installed s3copyartifact and S3BucketPublisher, i am trying to use
s3copyartifact but i can't find any example any where.
Lets say, on a earlier build (lets say build #23), i published an artifact
to a s3 bucket, using this:
step([$class: 'S3BucketPublisher', entries: [[
sourceFile: "**/*.zip",
bucket: "my-builds",
selectedRegion: 'us-east-1',
noUploadOnFailure: true,
managedArtifacts: true,
flatten: true,
showDirectlyInBrowser: true,
keepForever: true,
]],
profileName: 'myprofile',
dontWaitForConcurrentBuildCompletion: false,
])
On the next build, i want to download build's #23's zip file from bucket:
'my-builds'. How do i do it? Please help
thanks,
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/c629b4d6-4322-469f-9c85-4d0498101bb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.