Zaktualizuj 'Jenkinsfile_sacred'

This commit is contained in:
Kornelia Girejko 2022-05-09 11:18:44 +02:00
parent 31fe8e4984
commit 63a11a750c

View File

@ -32,8 +32,8 @@ pipeline {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./train-sacred.py with "epochs=$EPOCHS"'
archiveArtifacts artifacts: 'experiment/_sources/*, experiment/*, modelS.pkl, output.txt'
archiveArtifacts artifacts: 'experiment/_sources/*, experiment/**, modelS.pkl, output.txt'
sh 'rm -r experiment'
build job: 's478815-evaluation/master/'
}