Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save meconlin/a281bcf2553fedc12396 to your computer and use it in GitHub Desktop.
Save meconlin/a281bcf2553fedc12396 to your computer and use it in GitHub Desktop.
Cloudbees : Jenkins script for building mobile ang client
curl -s -o use-node https://repository-cloudbees.forge.cloudbees.com/distributions/ci-addons/node/use-node
NODE_VERSION=0.10.26 \
source ./use-node
npm install
npm install grunt
npm install grunt-cli
export PATH=$PATH:node_modules/grunt-cli/bin/
npm install bower
export PATH=$PATH:node_modules/bower/bin/
bower install
grunt test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment