Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-10 22:33:47 +02:00
parent a7517a88e8
commit 52c7d914d4

View File

@ -34,8 +34,8 @@ pipeline {
}
}
steps {
sh 'python ./ium_z434686/create-dataset.py'
archiveArtifacts 'prediction.csv'
sh 'python ./ium_z434686/train.py'
archiveArtifacts 'test/'
}
}
stage('clear_after') {