Skip to content

Commit

Permalink
Add test JJB for building chartAuthoring tool with new npm+grunt appr…
Browse files Browse the repository at this point in the history
…oach
  • Loading branch information
waharnum committed Mar 30, 2016
1 parent 48996f3 commit 1dc87db
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions jenkins_jobs/chart-authoring-npm.yml
@@ -0,0 +1,26 @@
- job:
name: 'chartAuthoringNPMTest'
project-type: 'freestyle'
display-name: 'Chart Authoring - NPM Build Test'
scm:
- git:
url: https://github.com/waharnum/chartAuthoring.git
branches:
- GPII-1584
triggers:
- github
builders:
- shell: |
#!/bin/sh -ex
npm install
grunt copy:frontEndDependencies
publishers:
- email:
recipients: builds@lists.idrc.ocad.ca
- ssh:
site: 'build.fluidproject.org'
source: '**'
target: '/srv/www/4597d990/chartAuthoringNPMTest'
fail-on-error: true
use-pty: true
timeout: 180000

0 comments on commit 1dc87db

Please sign in to comment.