update jenkinsfile_docker2

This commit is contained in:
Maciej Czajka 2022-04-01 14:09:09 +02:00
parent 93314ef65c
commit 973a715aff

View File

@ -1,6 +1,6 @@
pipeline {
agent {
docker { image 'maciejczajka/ium:v1' }
docker { image 'ubuntu:latest' }
}
stages {
stage('Test') {