formation пре 3 година
родитељ
комит
5df7512df5
1 измењених фајлова са 0 додато и 10 уклоњено
  1. 0 10
      Jenkinsfile

+ 0 - 10
Jenkinsfile

@@ -135,16 +135,6 @@ node{
 	// 		imageExpress.push('latest')
 	// 	}*/
 	// }
-    stage('SonarQube analysis') 
-		{
-			def scannerHome = tool 'SonarQube Scanner';
-			withSonarQubeEnv('SonarQube') 
-			{ 
-			// If you have configured more than one global server connection, you can specify its name
-			sh "${scannerHome}/bin/sonar-scanner -Dsonar.host.url=https://sonarqube.foodgame.fr -Dsonar.login=sqp_09ee9072c917af8212864baf0f75c950afc14c64"
-			}
-		}
-        
 	
 
     stage('Build Docker MEAN Stack(PreProduction Deployment)')