feature/jenkins-ci #1

Merged
cameron merged 7 commits from feature/jenkins-ci into master 2020-04-18 17:33:39 +00:00
Showing only changes of commit 127cbb2635 - Show all commits

4
Jenkinsfile vendored
View File

@@ -2,8 +2,10 @@ pipeline {
agent { docker { image 'node:13.10-alpine' } }
stages {
stage('setup') {
steps {
sh 'npm install'
sh 'export PATH=$PATH:node_modules/.bin'
sh 'set PATH=$PATH:$(pwd)/node_modules/.bin'
}
}
stage('build') {
steps {