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:15:27 +02:00
parent f261c87e0b
commit 740a4b88e8

View File

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