Add JUnit test report collection and artifact archive
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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