update jenkinsfile_train
Some checks failed
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-02 15:07:56 +02:00
parent 88b1fb370e
commit 86021c3f44

View File

@ -17,8 +17,9 @@ pipeline {
steps { steps {
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 'cd Biblioteka_DL'
sh 'ls -al' sh 'ls -al'
archiveArtifacts artifacts: 'games_model.pkl', followSymlinks: false archiveArtifacts artifacts: 'Biblioteka_DL/games_model.pkl', followSymlinks: false
} }
} }
} }