Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-11 19:30:43 +02:00
parent d7c3dc4295
commit 5d2ea70295

View File

@ -36,8 +36,6 @@ pipeline {
steps {
sh 'python ./ium_z434686/train.py'
archiveArtifacts 'test/'
archiveArtifacts 'X_test.csv'
archiveArtifacts 'Y_test.csv'
}
}
stage('clear_after') {