Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayroid committed Dec 12, 2023
1 parent 99f34ba commit cb873c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pipeline {

environment {
NODEJS_HOME = tool 'NodeJS'
PATH = "$NODEJS_HOME/bin:$PATH"
}

stages {
Expand All @@ -23,7 +24,7 @@ pipeline {
stage('SonarQube Analysis') {
steps {
script {
withSonarQubeEnv('SonarQubeServer') {
withSonarQubeEnv('SonarQube_Server') {
sh 'npm run sonar-scanner'
}
}
Expand Down

0 comments on commit cb873c5

Please sign in to comment.