This commit is contained in:
PawelDopierala 2024-03-27 03:05:16 +01:00
parent 3bb7379fe2
commit 275ac0349e

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')
}