Add JUnit test report collection and artifact archive
This commit is contained in:
Vendored
+6
@@ -28,5 +28,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true
|
||||
junit 'src/junit-report/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user