You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Архивирование только junit
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user