mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-11-24 08:52:14 +02:00
Архивирование только junit
This commit is contained in:
parent
4f6e71bc7c
commit
64b6b683f0
@ -42,5 +42,5 @@ def call(JobConfiguration config) {
|
|||||||
|
|
||||||
junit allowEmptyResults: true, testResults: options.pathToJUnitReport
|
junit allowEmptyResults: true, testResults: options.pathToJUnitReport
|
||||||
|
|
||||||
archiveArtifacts artifacts: 'build/**/*.*', excludes: '**/*.1CD'
|
archiveArtifacts options.pathToJUnitReport
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user