Zaktualizuj 'Jenkinsfile_sacred'
This commit is contained in:
parent
7aba1d0258
commit
17bb668836
@ -32,11 +32,8 @@ pipeline {
|
||||
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
|
||||
sh 'python3 ./train-sacred.py with "epochs=$EPOCHS"'
|
||||
|
||||
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'
|
||||
archiveArtifacts artifacts: 'experiment/_sources/*, experiment/1/*'
|
||||
sh 'rm -r experiment'
|
||||
|
||||
build job: 's478815-evaluation/master/'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user