Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-10 23:10:59 +02:00
parent 63b3428ea4
commit c38f3a8d6a

View File

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