diff --git a/Jenkinsfile_sacred b/Jenkinsfile_sacred index 54b18d4..362cadd 100644 --- a/Jenkinsfile_sacred +++ b/Jenkinsfile_sacred @@ -32,9 +32,9 @@ pipeline { copyArtifacts filter: '*', projectName: 's478815-create-dataset' sh 'python3 ./train-sacred.py with "epochs=$EPOCHS"' - sh 'cp s478815/1/config.json configuration.json' - sh 'cp s478815/1/info.json param.json' - sh 'cp s478815/1/games_model.pkl model.pkl' + sh 'cp s478815/config.json configuration.json' + sh 'cp s478815/info.json param.json' + sh 'cp s478815/* modelS.pkl' archiveArtifacts artifacts: 'modelP.pkl, source_code.py, configuration.json, param.json, modelS.pkl' sh 'rm -r s478815'