mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
test environment
This commit is contained in:
parent
10ab97bd92
commit
1eabddea90
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
environment {
|
environment {
|
||||||
SCANNER_HOME = tool 'sonar-scanner'
|
SCANNER_HOME = tool 'sonar-scanner'
|
||||||
NODEJS_HOME =tool "nodejs"
|
NODEJS_HOME =tool "nodejs"
|
||||||
//PATH = "${env.NODEJS_HOME}/bin:${env.PATH}"
|
PATH = "${env.NODEJS_HOME}/bin:${env.PATH}"
|
||||||
def mvn = tool 'M3'
|
def mvn = tool 'M3'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue