Fix dockers

This commit is contained in:
PawelDopierala 2024-05-20 16:38:06 +02:00
parent c0f5dea415
commit b3cbc49c63
3 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
dockerfile true
docker { image 'paweldopierala/ium:2.0.0' }
}
parameters {

View File

@ -1,6 +1,6 @@
pipeline {
agent {
dockerfile true
docker { image 'paweldopierala/ium:2.0.0' }
}
parameters{

View File

@ -1,6 +1,6 @@
pipeline {
agent {
dockerfile true
docker { image 'paweldopierala/ium:2.0.0' }
}
parameters{