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

This commit is contained in:
Maciej Czajka 2022-05-04 21:45:22 +02:00
parent 53f1f37d39
commit c039177b95

View File

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