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

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

This commit is contained in:
Nikita Gryzlov
2020-04-17 13:31:49 +03:00
parent 3c7e48effc
commit 33a6153b04

View File

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