Skip to content

Commit

Permalink
Update JenkinsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Apr 3, 2023
1 parent 8c46faf commit 1118173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-maven-sonar-argocd-helm-k8s/spring-boot-app/JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
}
stage('Static Code Analysis') {
environment {
SONAR_URL = "http://3.88.23.32:9000"
SONAR_URL = "http://34.233.125.26:9000"
}
steps {
withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) {
Expand Down Expand Up @@ -65,4 +65,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 1118173

Please sign in to comment.