Test Webhook5

This commit is contained in:
MSI\migue 2025-04-01 18:35:29 -04:00
parent 6e473ae62e
commit 03bb64069f

View File

@ -22,9 +22,12 @@ steps:
- name: sonarqube-analysis
image: maven:3.9-eclipse-temurin-21-alpine
environment:
SONAR_HOST_URL: ${SONARQUBE_URL} # URL de tu servidor SonarQube
SONAR_LOGIN: ${SONARQUBE_TOKEN} # Token de autenticación en SonarQube
SONAR_PROJECT_KEY: ${SONARQUBE_PROJECT_KEY} # Clave del proyecto en SonarQube
#SONAR_HOST_URL: ${SONARQUBE_URL} # URL de tu servidor SonarQube
#SONAR_LOGIN: ${SONARQUBE_TOKEN} # Token de autenticación en SonarQube
#SONAR_PROJECT_KEY: ${SONARQUBE_PROJECT_KEY} # Clave del proyecto en SonarQube
SONAR_HOST_URL: http://10.0.0.126:9000 # URL de tu servidor SonarQube
SONAR_LOGIN: squ_465ae384ffda803d8e58d9ef0111bef1277c874a # Token de autenticación en SonarQube
SONAR_PROJECT_KEY: hhh # Clave del proyecto en SonarQube
commands:
- mvn sonar:sonar # Ejecuta el análisis de SonarQube usando Maven
when: