Zaktualizuj 'Jenkinsfile_train'

This commit is contained in:
Kornelia Girejko 2022-05-06 19:39:37 +02:00
parent bfa03601b0
commit 4010505903

View File

@ -22,8 +22,8 @@ pipeline {
stage('First'){
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./biblioteka_DL.py'
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
sh 'python3 ./DL.py'
archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false
}
}