Try tricking Jenkins into using
This commit is contained in:
parent
850b02273a
commit
7e9cb2c1f1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env groovy
|
||||
|
||||
node {
|
||||
withEnv(["PATH=$HOME/bin:$PATH"]) {
|
||||
stage('checkout') {
|
||||
checkout scm
|
||||
}
|
||||
@ -49,3 +50,4 @@ node {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user