Zaktualizuj 'Jenkinsfile_sacred'

This commit is contained in:
Kornelia Girejko 2022-05-07 14:01:23 +02:00
parent d5608f71bc
commit 49b8c2d8ca

View File

@ -30,8 +30,8 @@ pipeline {
stage('Main train'){
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./DL.py $EPOCHS'
archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false
sh 'python3 ./sacred.py $EPOCHS'
archiveArtifacts artifacts: 'modelP.pkl,*', followSymlinks: false
build job: 's478815-evaluation/master/'
}