This commit is contained in:
parent
835f99ece5
commit
2f78b3d264
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user