IUM_03 - add pipeline and bash script for statistics extraction - fix

This commit is contained in:
Paweł Łączkowski 2024-03-20 19:07:25 +01:00
parent 86680adb0e
commit 33f0c86098
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pipeline {
stage('Copy artifacts') {
steps {
copyArtifacts projectName: 'z-s464863-create-dataset', filter: artifact, selector: buildParameter('BUILD_SELECTOR')
copyArtifacts projectName: 'z-s464863-create-dataset', selector: buildParameter('BUILD_SELECTOR')
}
}