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

This commit is contained in:
s434695 2021-05-16 20:01:42 +02:00
parent 835f99ece5
commit 2f78b3d264

6
Jenkinsfile vendored
View File

@ -1,7 +1,5 @@
pipeline { pipeline {
agent { agent {docker { image 'shroomy/ium2:2'}}
dockerfile true
}
parameters{ parameters{
buildSelector( buildSelector(
@ -42,7 +40,7 @@ pipeline {
stage('Archive artifacts') { stage('Archive artifacts') {
steps{ steps{
archiveArtifacts 'vgsales_model.h5' archiveArtifacts 'vgsales_model.h5'
archiveArtifacts 'my_runs/**' archiveArtifacts 'my_runs/**'
} }
} }
} }