update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 17:27:04 +02:00
parent 4043d14cb4
commit f90fa2bed4

View File

@ -10,7 +10,7 @@ pipeline {
stages { stages {
stage("Script") { stage("Script") {
steps { steps {
sh "docker run -t maciejczajka/ium:v2" sh "docker run -t czajson99/ium:v9"
} }
} }
} }