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