Zaktualizuj 'Jenkinsfile-sacred'

This commit is contained in:
Sebastian Wałęsa 2022-05-08 19:39:29 +02:00
parent c928a29d84
commit 5902778cb9

View File

@ -16,7 +16,7 @@ pipeline {
stage('Sacred-stage'){
steps {
copyArtifacts filter: '*', projectName: 's478839-create-dataset'
sh 'python3 ml_pytorch_sacred.py with "epochs=$EPOCHS"'
sh 'python ml_pytorch_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'