update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 15:52:14 +02:00
parent 294a04830b
commit 56d2e6ca61

View File

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