Skip to content

Instantly share code, notes, and snippets.

@avtar
Last active October 2, 2015 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avtar/5758f0ea52eb91f099b3 to your computer and use it in GitHub Desktop.
Save avtar/5758f0ea52eb91f099b3 to your computer and use it in GitHub Desktop.
GPII Jenkins Job Builder configuration
- job:
name: gpii-linux-framework
project-type: freestyle
node: jenkins-builder
concurrent: false
scm:
- git:
url: https://github.com/avtar/linux.git
branches:
- GPII-1258
builders:
- shell: |
#!/bin/sh -ex
vagrant up
npm install
grunt tests
vagrant destroy --force
publishers:
- email:
recipients: agill@ocadu.ca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment