Skip to content

Commit 855380b

Browse files
sfioranisalvatore-coppola
authored andcommitted
fix: build broken
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
1 parent 5b7c1de commit 855380b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ node {
6161
dir("kura") {
6262
withMaven(jdk: 'temurin-jdk17-latest', maven: 'apache-maven-3.9.6') {
6363
sh "mvn -f kura/distrib/pom.xml clean install -DbuildAll"
64-
65-
stage('Generate test reports') {
66-
dir("kura") {
67-
junit 'kura/test/*/target/surefire-reports/*.xml'
64+
}
65+
}
6866
}
6967
}
7068

0 commit comments

Comments
 (0)