This commit is contained in:
parent
2b5713f197
commit
022969fffe
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user