update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 15:54:46 +02:00
parent 56d2e6ca61
commit 41d65bc0cb

View File

@ -1,6 +1,9 @@
pipeline {
agent {
docker { image 'czajson99/ium:v1' }
docker {
image 'czajson99/ium:v1'
args '-it --entrypoint=/bin/bash'
}
}
stages {
stage('Test') {