update jenkinsfile_train-sacred
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-09 23:08:29 +02:00
parent 632a70bd26
commit ac87a425b9

View File

@ -22,6 +22,7 @@ pipeline {
archiveArtifacts artifacts: 'games_model.pkl, res/**/*.*'
sh 'rm -r my_res'
sh 'rm -r res'
build job: 's444356-evaluation/master/'
}
}
}