correo3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
MSI\migue 2025-04-25 17:25:02 -04:00
parent 2b5713f197
commit 022969fffe

View File

@ -1,3 +1,6 @@
clone:
disable: true
kind: pipeline kind: pipeline
type: docker type: docker
name: spring-boot-java21 name: spring-boot-java21
@ -6,6 +9,12 @@ workspace:
base: /drone/src base: /drone/src
steps: steps:
- name: manual-clone
image: alpine/git
commands:
- git clone http://10.0.0.126:3000/admin/prueba.git .
# Paso 1: Build y tests con Maven (Java 21) # Paso 1: Build y tests con Maven (Java 21)
- name: build-and-test - name: build-and-test
image: maven:3.9-eclipse-temurin-21-alpine image: maven:3.9-eclipse-temurin-21-alpine