SHARE
TWEET
Untitled
a guest
Mar 7th, 2017
90
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- pipeline {
- agent any
- node ('cf_slave') {
- checkout scm
- }
- stages {
- stage ("Unit Tests") {
- steps {
- sh "./node_modules/.bin/mocha --reporter mocha-junit-reporter --reporter-options mochaFile=./testResults/results.xml"
- junit allowEmptyResults: true, testResults: 'testResults/results.xml'
- }
- }
- }
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

