Skip to content

Instantly share code, notes, and snippets.

@jobara
Created April 3, 2014 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jobara/9962532 to your computer and use it in GitHub Desktop.
Save jobara/9962532 to your computer and use it in GitHub Desktop.
- job:
name: 'test2'
project-type: 'freestyle'
display-name: 'Justins Infusion'
scm:
- git:
url: https://github.com/jobara/infusion.git
branches:
- jenkins-test
triggers:
- github
builders:
- shell: |
#!/bin/sh -ex
npm install
grunt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment