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 { pipeline {
agent { agent {
docker { image 'maciejczajka/ium:v1' } docker { image 'ubuntu:latest' }
} }
stages { stages {
stage('Test') { stage('Test') {