update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 17:20:31 +02:00
parent 441649ffdd
commit 4043d14cb4

View File

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