From b230a25119fea243f2f790e689c89372cb73871d Mon Sep 17 00:00:00 2001 From: Zohar Date: Sun, 7 Apr 2024 18:55:55 -0400 Subject: [PATCH] test2 --- Jenkinsfile-1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index db612c2a3..2fc3bcfdb 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -1,8 +1,4 @@ node { - agent any - tools { - nodejs "node" // The name you gave in the Global Tool Configuration - } stage('SCM') { checkout scm } @@ -13,6 +9,7 @@ node { stage('SonarQube Analysis') { environment{ SCANNER_HOME = tool 'sonar-scanner' + NODEJS_HOME = tool "node" } def mvn = tool 'M3';