update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 15:50:03 +02:00
parent 973a715aff
commit 294a04830b

View File

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