Zaktualizuj 'Jenkinsfile_train'

This commit is contained in:
Kornelia Girejko 2022-05-06 20:14:48 +02:00
parent 29942de8df
commit 86fde858c2

View File

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