This commit is contained in:
Adam Wojdyla 2022-04-02 22:46:48 +02:00
parent 06d57230a7
commit 1359958be8

View File

@ -32,7 +32,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'Car_Prices_Poland_Kaggle_*', followSymlinks: false
archiveArtifacts artifacts: 'Car_Prices_Poland_Kaggle*', followSymlinks: false
}
}
}