1
0

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

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/**/*.*'
}