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 2841be7a51 - Show all commits

4
Jenkinsfile vendored
View File

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