-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins version: 2.414.1
Artifact Manager on S3 plugin: 822.vf129d4836c31
Hi,
I have configured the plugin as follows:
unclassified:
artifactManager:
artifactManagerFactories:
- jclouds:
provider: "s3"
aws:
awsCredentials:
region: "eu-west-1"
s3:
container: "my-bucket"
disableSessionToken: false
useHttp: false
usePathStyleUrl: false
useTransferAcceleration: false
This, as far as I know, should work fine, however, when uploading stuff to the bucket, it prefix the folder name with "null" e.g (nullMY-TEST-JOB)
Thank you in advance
Regards