Zaktualizuj 'Jenkinsfile_sacred'

This commit is contained in:
Kornelia Girejko 2022-05-08 19:10:43 +02:00
parent da3b0bbee8
commit c589978fcb

View File

@ -31,9 +31,9 @@ pipeline {
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./train-sacred.py'
archiveArtifacts artifacts: 'modelP.pkl,*', followSymlinks: false
archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false
build job: 's478815-evaluation/master/'
}
}
}