The core logging component that everyone should be using with node.js
##Setting up bamboo
- Create a new build plan
- Configure this git repo as your source repository
- Use the ssh://git@ and a SSH key
- You can add a new SSH key directly to the repo so it can only be used to checkout that project
- Add a new stage and do the following steps a. Source Code Checkout b. npm install * Command task * executable: Node.js v0.10.29 * command: install c. run grunt bamboo * Command task * executable: Node.js * script: node_modules/grunt-cli/bin/grunt * arguments: bamboo d. Final Tasks 1. JUnit Parser * Directory: build/report/junit-output.xml 2. Parse Mocha Results * Testfile Pattern: mocha.json * Sub Directory: build/report e. Artifacts 1. Coverage Report * Location: build/report/coverage * copy pattern: **/* 2. Plato-Report * Location: build/plato * copy pattern: **/* f. Miscellaneous 1. Check User Clover to collect code coverage 2. clover xml location: build/report/coverage/clover.xml
- Enable automatic branches if you choose.
- Enjoy :)