training.py
All checks were successful
s434732-training/pipeline/head This commit looks good

This commit is contained in:
s434732 2021-05-15 12:34:39 +02:00
parent 46d8de3bf6
commit fdc0c9e482

View File

@ -33,7 +33,6 @@ pipeline {
}
stage('archiveArtifacts') {
steps{
archiveArtifacts 'ium_s434732/**'
archiveArtifacts 'model_pred.txt'
archiveArtifacts 'FootballModel.pth'
}