Try tricking Jenkins into using

This commit is contained in:
Tim Weber 2019-04-01 17:24:44 +02:00
parent 850b02273a
commit 7e9cb2c1f1
2 changed files with 43 additions and 41 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
#!/usr/bin/env groovy
node {
withEnv(["PATH=$HOME/bin:$PATH"]) {
stage('checkout') {
checkout scm
}
@ -49,3 +50,4 @@ node {
}
}
}
}

View File

@ -2,7 +2,7 @@ rootProject.name=hsadmin-ng
profile=dev
# Build properties
node_version=10.15.0
node_version=10.15.3
npm_version=6.4.1
yarn_version=1.13.0