awslabs / aws-codebuild-jenkins-plugin

AWS CodeBuild integration as a Jenkins build step.
https://aws.amazon.com/codebuild
Apache License 2.0
149 stars 122 forks source link

Enable buildspec.yml override in configuration #58

Closed akarnani closed 6 years ago

akarnani commented 6 years ago

Allow a user to specify the entire contents of the buildspec in job configuration is well as specifying a file path. This matches the behavior supported by the CodeBuild API.

leoherran-aws commented 6 years ago

Since YAML doesn't like tabs, can you add some validation that replaces all tabs in buildSpecFile with spaces?

leoherran-aws commented 6 years ago

Thanks so much for your contribution!

akarnani commented 6 years ago

Any idea when I could expect a new release on the Jenkins update center?

leoherran-aws commented 6 years ago

I just released your change--it will be in version 0.23 of the plugin.