This commit is contained in:
s434695 2021-05-16 22:32:44 +02:00
parent e754b04eb2
commit 8fad47a012

2
Jenkinsfile vendored
View File

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