You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
Исправление шага архивирования артефактов
This commit is contained in:
@@ -5,6 +5,8 @@ def call(JobConfiguration config) {
|
||||
|
||||
ContextRegistry.registerDefaultContext(this)
|
||||
|
||||
// TODO: Вынести в отдельный класс по аналогии с SonarScanner
|
||||
|
||||
printLocation()
|
||||
|
||||
if (!config.stageFlags.syntaxCheck) {
|
||||
@@ -38,5 +40,5 @@ def call(JobConfiguration config) {
|
||||
|
||||
junit allowEmptyResults: true, testResults: options.pathToJUnitReport
|
||||
|
||||
archiveArtifacts 'build/**/*.*', excludes: '*.1CD'
|
||||
archiveArtifacts artifacts: 'build/**/*.*', excludes: '**/*.1CD'
|
||||
}
|
||||
|
Reference in New Issue
Block a user