Last active
October 2, 2015 23:26
-
-
Save avtar/5758f0ea52eb91f099b3 to your computer and use it in GitHub Desktop.
GPII Jenkins Job Builder configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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: [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment