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

This commit is contained in:
Maciej Czajka 2022-05-11 17:29:03 +02:00
parent 142232e653
commit eeedb72573

View File

@ -21,9 +21,9 @@ pipeline {
archiveArtifacts artifacts: 'games_model.pkl' archiveArtifacts artifacts: 'games_model.pkl'
sh 'ls -al' sh 'ls -al'
sh 'cat MLProject' sh 'cat MLProject'
sh 'ls mlruns' sh 'ls Biblioteka_DL/mlruns'
archiveArtifacts artifacts: 'mlruns/**' archiveArtifacts artifacts: 'Biblioteka_DL/mlruns/**'
sh 'rm -r mlruns' sh 'rm -r Biblioteka_DL/mlruns'
} }
} }
} }