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