Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 3.65 KB

Continuous Integration.md

File metadata and controls

59 lines (39 loc) · 3.65 KB

Continuous Integration

  • You know how to turn Bitbucket pipelines on in a repository
  • You know how to run a pipeline execution after a commit or a tag push
  • You know how to define environmental variables that will be available to a build script
  • You know how to define a workflow
  • You know how to run a workflow execution after a commit or a tag push
  • You know how to define environmental variables that will be available to a build script
  • You know how to create a CodePipeline
  • You know how to define a build step using CodeBuild
  • You know how to connect CodePipeline to an S3 source so the execution starts when a file changes
  • You know how to connect CodePipeline to a CodeCommit repository so the execution starts when branch or tag has been pushed
  • You know how to connect CodePipeline to a custom repository (Github, Bitbucket) so the execution starts when branch or tag has been pushed
  • You know how to define environmental variables that will be available to a build script
  • You know how to assign a custom IAM role to the build executor so it can access AWS resources
  • You know how to run a lambda function as a build step

Contribution

We are very open to contributions to extend or change the requirements based on your gut and experience. To contribute you can use a pull request which will be later validated by our technical team and added to the main docs.

If you will spot any issues please add them in the Issues section.

Credits

This page is maintained by the 🔹 Flairs.ai and 🇵🇱 Apptension teams.

If you would like to create a dedicated Developer Handbook for your company, you can e-mail us 👉 [email protected]

License

MIT License

© 2020 Flairs Sp. z o.o.

Built and maintained by Flairs and Apptension.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.