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