Zaktualizuj 'Jenkinsfile_sacred'

This commit is contained in:
Kornelia Girejko 2022-05-08 20:20:02 +02:00
parent 8cfd1b7e08
commit 33a61699ca

View File

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