update jenkinsfile_train
All checks were successful
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-02 15:18:46 +02:00
parent a78d814e09
commit f45f29cac0

View File

@ -18,7 +18,7 @@ pipeline {
copyArtifacts filter: '*', projectName: 's444356-create-dataset' copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'python3 ./Biblioteka_DL/dllib.py $EPOCHS' sh 'python3 ./Biblioteka_DL/dllib.py $EPOCHS'
sh 'ls -al' sh 'ls -al'
archiveArtifacts artifacts: 'Biblioteka_DL/games_model.pkl', followSymlinks: false archiveArtifacts artifacts: 'games_model.pkl', followSymlinks: false
} }
} }
} }