Compare commits

..

No commits in common. "9446d097a360365fea041612785787250fbc365a" and "d54100f7bd22b46f0cbcec0bd7f613b4c0de80da" have entirely different histories.

View File

@ -1,22 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: maven:3-jdk-11
image: maven:3-jdk-10
commands:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn test -B
- name: analyse
image: maven:3-jdk-11
failure: ignore
commands:
- echo $SONAR_HOST_URL
- echo $SONAR_LOGIN
- mvn clean verify sonar:sonar -Dsonar.projectKey=LDC -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN
environment:
SONAR_HOST_URL:
from_secret: sonarScannerHostUrl
SONAR_LOGIN:
from_secret: sonarScannerLogin
- mvn test -B