update jenkinsfile_train-sacred
Some checks failed
s444356-evaluation/pipeline/head There was a failure building this commit
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-09 21:51:09 +02:00
parent 70bbb837fa
commit 3aef1af4e8

View File

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