Kandavel Sethumadhavan
Results
1
comments of
Kandavel Sethumadhavan
trafficstars
This works fine in slave too.. Example Pipeline stage stage('Deployment') { steps { script { def files = findFiles(glob: 'build/*.*') withAWS(region:'us-east-1',credentials:'AutoDeployer') { files.each {s3Upload(file:"${it}", bucket:'mymnr.dev', path:"",pathStyleAccessEnabled:true, payloadSigningEnabled:true, acl:'PublicRead')} } files...