Last docker img loading
This commit is contained in:
parent
b829da974b
commit
1c07500ab4
@ -1,6 +1,6 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile true
|
||||
docker { image 's478841-image:latest' }
|
||||
}
|
||||
parameters {
|
||||
string(
|
||||
@ -14,6 +14,7 @@ pipeline {
|
||||
name: 'save_model'
|
||||
)
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user