From 9e2a45e89ded0be42700cd0494586bb225d02ea3 Mon Sep 17 00:00:00 2001 From: "MSI\\migue" Date: Wed, 2 Apr 2025 16:45:00 -0400 Subject: [PATCH] hhh7 --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08b9e9c..cf17944 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,17 +6,17 @@ workspace: base: /drone/src steps: - # # Paso 1: Build y tests con Maven (Java 21) - # - name: build-and-test - # image: maven:3.9-eclipse-temurin-21-alpine - # environment: - # MAVEN_OPTS: -Xmx2048m -XX:+TieredCompilation -XX:TieredStopAtLevel=1 - # commands: - # - mvn clean verify - # - mvn jacoco:report # Generar reporte de cobertura - # volumes: - # - name: maven-cache - # path: /root/.m2 + # Paso 1: Build y tests con Maven (Java 21) + - name: build-and-test + image: maven:3.9-eclipse-temurin-21-alpine + environment: + MAVEN_OPTS: -Xmx2048m -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + commands: + - mvn clean verify + - mvn jacoco:report # Generar reporte de cobertura + volumes: + - name: maven-cache + path: /root/.m2 # # Paso 2: AnĂ¡lisis SonarQube con Maven # - name: sonarqube-analysis