Last docker img loading

This commit is contained in:
MatOgr 2022-05-02 11:07:42 +02:00
parent b829da974b
commit 1c07500ab4

View File

@ -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 {