Zaktualizuj 'Jenkinsfile-sacred'
This commit is contained in:
parent
2e17d252d0
commit
91b4f1e14a
@ -17,10 +17,8 @@ pipeline {
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName: 's478839-create-dataset'
|
||||
sh 'python3 ml_pytroch_sacred.py with "epochs=$EPOCHS"'
|
||||
sh 'cp IUM_478839/1/config.json configuration.json'
|
||||
sh 'cp IUM_478839/1/info.json param.json'
|
||||
sh 'cp IUM_478839/1/Model_xPosition.pkl model.pkl'
|
||||
archiveArtifacts artifacts: 'configuration.json, param.json, model.pkl'
|
||||
archiveArtifacts artifacts: 'IUM_478839/_sources/*, IUM_478839/1/*'
|
||||
sh 'rm -r IUM_478839'
|
||||
}
|
||||
}
|
||||
stage('Evaluation-job'){
|
||||
|
Loading…
Reference in New Issue
Block a user