Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.32 KB

Serverless tasks for Bamboo

Easily build and deploy serverless projects with additional tasks for Bamboo:

  • Package serverless project and create artifact which can be deployed later
  • Deploy serverless projects
  • Destroy deployed project

You can choose from globally installed version of serverless framework (defined with custom executable capability) or one defined via packages.json (you need to run npm install task before using serverless tasks in that case).

Bonus:

  • Get URL of your freshly deployed API in build result variable serverless.api.url
  • Full support for Bamboo Specs

Screenshots

Custom tasks Custom tasks

Configure agent capability Custom tasks

Support for multiple versions of serverless framework Custom tasks

Configure task details Custom tasks