-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 1.588
S3 publisher plugin 0.6
In my build I enabled "publish artifacts to s3 buckets"
I selected "no upload on build failure"
When the build fails then the artifacts are not published to s3
When I manually abort the build, then the artifacts are published to s3 anyways
Expected behaviour: When build is aborted, artifacts should not be published to s3
Hello,
I've opened this PR which should fix the issue:
https://github.com/jenkinsci/s3-plugin/pull/59