Compare commits
No commits in common. "71716710affa5000cc777dd70045856452a82e7d" and "4c66cf42fed8fad42954e5dcca2dae596adb17f2" have entirely different histories.
71716710af
...
4c66cf42fe
@ -1,13 +1,12 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: maven:3-eclipse-temurin-17
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||||
- mvn test -B
|
- mvn test -B
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
Loading…
Reference in New Issue
Block a user