Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 20:14:04 +02:00
parent f6b4977675
commit 598e5ce1aa

View File

@ -59,6 +59,7 @@ pipeline {
archiveArtifacts 'Y_test.csv'
archiveArtifacts 'Y_dev.csv'
archiveArtifacts 'Y_train.csv'
archiveArtifacts 'test/'
}
}
stage('clear_after') {