From d7fd0ff090f39ec4ddb354df0a1793d8a426b225 Mon Sep 17 00:00:00 2001 From: Ashutosh Apurva Date: Thu, 16 Nov 2023 18:28:13 +0530 Subject: [PATCH] feat: add build and push stage to pipeline --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0d8983e..bb211a46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } stage('Static Code Analysis') { environment { - SONAR_URL = "http://172.19.0.2:9000" + SONAR_URL = "http://172.18.0.4:9000" } steps { withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) {