Zaktualizuj 'Jenkinsfile_train'

This commit is contained in:
Kornelia Girejko 2022-05-06 19:23:54 +02:00
parent aff6e0827b
commit 01505ce128

View File

@ -3,13 +3,12 @@ pipeline {
docker { image 'korneliag/ium478815:1.0' }
}
stages {
stage('Script'){
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./biblioteka_DL.py'
archiveArtifacts artifacts: 'output.txt', followSymlinks: false
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
}
}