Zaktualizuj 'Jenkinsfile_train'
Some checks failed
s444018-training/pipeline/head There was a failure building this commit

This commit is contained in:
Szymon Parafiński 2022-05-08 23:40:43 +02:00
parent a804509a00
commit ccffba66c7

View File

@ -17,7 +17,6 @@ pipeline {
copyArtifacts filter: '*', projectName: 's444018-create-dataset'
sh 'python3 ./biblioteka_DL/dllib.py $EPOCHS'
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
build job: 's444018-evaluation/master/'
}
}
}