1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-03-26 22:20:02 +02:00

Архивирование артефактов (для отладки)

This commit is contained in:
Nikita Gryzlov 2020-04-17 13:31:49 +03:00
parent 3c7e48effc
commit 33a6153b04
No known key found for this signature in database
GPG Key ID: C1EAE411FEF0BF2F

View File

@ -38,4 +38,5 @@ def call(JobConfiguration config) {
junit allowEmptyResults: true, testResults: options.pathToJUnitReport
archiveArtifacts 'build/**/*.*'
}