:(
Some checks failed
s434695-training/pipeline/head There was a failure building this commit

This commit is contained in:
s434695 2021-05-16 22:10:50 +02:00
parent f40f237a02
commit 41d3a9cb9a

1
Jenkinsfile vendored
View File

@ -39,7 +39,6 @@ pipeline {
stage('Archive artifacts') {
steps{
archiveArtifacts 'vgsales_model.h5'
archiveArtifacts 'my_runs/**'
}
}
}