Skip to content

Commit 1c9b452

Browse files
committed
change location of test reports after multi-module reorg
1 parent 172f6e7 commit 1c9b452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626
}
2727
post {
2828
always {
29-
junit 'target/surefire-reports/*.xml'
29+
junit 'imagetool/target/surefire-reports/*.xml'
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)