awslabs / aws-codedeploy-plugin

Jenkins plugin for AWS CodeDeploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow custom S3 archive name

leixiaoyu opened this issue · comments

By default, archive uploaded to S3 bucket is named after Jenkins job name plus commit SHA. It will be nice to allow user to define archive name pattern. For instance, rather than using commit SHA, build number can be used to construct name.

done in commit 26bc6a1