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
|
#!/usr/bin/env groovy
|
||||||
|
|
||||||
node {
|
node {
|
||||||
|
withEnv(["PATH=$HOME/bin:$PATH"]) {
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
@ -49,3 +50,4 @@ node {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -2,7 +2,7 @@ rootProject.name=hsadmin-ng
|
|||||||
profile=dev
|
profile=dev
|
||||||
|
|
||||||
# Build properties
|
# Build properties
|
||||||
node_version=10.15.0
|
node_version=10.15.3
|
||||||
npm_version=6.4.1
|
npm_version=6.4.1
|
||||||
yarn_version=1.13.0
|
yarn_version=1.13.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user