Zaktualizuj 'Jenkinsfile_sacred'

This commit is contained in:
Kornelia Girejko 2022-05-09 11:17:36 +02:00
parent d039a1b96d
commit 31fe8e4984

View File

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