This commit is contained in:
PawelDopierala 2024-03-27 03:05:16 +01:00
parent 3bb7379fe2
commit 275ac0349e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pipeline {
)
}
}
stage('Download data') {
stage('Stats') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495719-create-dataset', selector: buildParameter('BUILD_SELECTOR')
}