Zaktualizuj 'Jenkinsfile_sacred'

This commit is contained in:
Kornelia Girejko 2022-05-07 14:49:52 +02:00
parent 30a0ec7bb0
commit e2d9ecf32b

View File

@ -30,7 +30,7 @@ pipeline {
stage('Main train'){
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./sacred.py'
sh 'python3 ./train-sacred.py'
archiveArtifacts artifacts: 'modelP.pkl,*', followSymlinks: false