s6
Some checks failed
s434766-training/pipeline/head This commit looks good
s434766-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s434766 2021-05-10 10:42:09 +02:00
parent 60ba06fd0f
commit d52fc8c32b

View File

@ -34,7 +34,7 @@ pipeline {
stage('archiveArtifacts') { stage('archiveArtifacts') {
steps{ steps{
archiveArtifacts 'pred.txt' archiveArtifacts 'pred.txt'
archiveArtifacts 'stroke.pkl' archiveArtifacts 'stroke.pth'
} }
} }