feature/unit-tests-ci #3
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