1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Архивирование только junit

This commit is contained in:
Nikita Gryzlov
2020-04-17 15:45:51 +03:00
parent 4f6e71bc7c
commit 64b6b683f0

View File

@@ -42,5 +42,5 @@ def call(JobConfiguration config) {
junit allowEmptyResults: true, testResults: options.pathToJUnitReport
archiveArtifacts artifacts: 'build/**/*.*', excludes: '**/*.1CD'
archiveArtifacts options.pathToJUnitReport
}