-
New Feature
-
Resolution: Duplicate
-
Minor
-
None
aws-codebuild-plugin creates zip file in "Use Jenkins source" mode, but it removes file permissions like execution bits on script files.
It would be great if it preserves file modes.
[JENKINS-67853] Support file modes in "Use Jenkins source"
Assignee | Original: Subin Mathew [ subinataws ] | New: ikedam [ ikedam ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |
aws-codebuild-plugin is a really powerful tool to pass partial processes in on-promise environment to AWS Code Build.
There's no other easy way to use AWS Code Build as a temporary workspace. It requires creating archive, uploading it, launching build, and watching logs. aws-codebuild-plugin provides all of them and I really like this.
I expect aws-codebuild-plugin and AWS Code Build not only for CI, but also for multi-purpose temporary workspace.