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

This commit is contained in:
Paweł Łączkowski 2024-03-20 19:04:49 +01:00
parent b50dca6406
commit 86680adb0e
1 changed files with 0 additions and 1 deletions

View File

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