Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 747 Bytes

File metadata and controls

18 lines (13 loc) · 747 Bytes

A Custom bitbucket pipeline for aws codeBuild

Run your build in an exiting aws codeBuild project using a simple node application that use aws sdk.

img.png

How To Use It

  • Optional: Create a new AWS CodeBuild Project
  • Set the aws account credentials in the config.json file. There is a simple example named config-exemple.json
  • Replace "< Put Your Code Build Project Name Here>" with the name of the aws CodeBuild Project in codebuild.pipe.js file.
  • Note: Don't forget to enable pipelines in repository setting.

What can be improved

  • A more detailed error messages when the build fail
  • Support for deployment if enabled.
  • Add a timeout in case of an error
  • Pass credentials using environment variable