feature/unit-tests-ci #3

Merged
cameron merged 8 commits from feature/unit-tests-ci into master 2020-04-21 03:06:13 +00:00
Showing only changes of commit cf3c8cd9f4 - Show all commits

6
Jenkinsfile vendored
View File

@@ -28,5 +28,11 @@ pipeline {
} }
} }
} }
post {
always {
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true
junit 'src/junit-report/**/*.xml'
}
}
} }