Zaktualizuj 'Jenkinsfile-sacred'
This commit is contained in:
parent
8d11e06d9f
commit
2e17d252d0
@ -17,11 +17,10 @@ pipeline {
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName: 's478839-create-dataset'
|
||||
sh 'python3 ml_pytroch_sacred.py with "epochs=$EPOCHS"'
|
||||
sh 'cp IUM_478839/_sources/* source_code.py'
|
||||
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: 'source_code.py, configuration.json, param.json, model.pkl'
|
||||
archiveArtifacts artifacts: 'configuration.json, param.json, model.pkl'
|
||||
}
|
||||
}
|
||||
stage('Evaluation-job'){
|
||||
|
Loading…
Reference in New Issue
Block a user