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