Update Jenkinsfile - add docker run args

This commit is contained in:
Zofia Galla 2021-04-11 13:50:13 +02:00
parent 17fbe86a81
commit 245c4a04f9

5
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent { dockerfile true }
agent { dockerfile
{
args 'ti'
}}
stages {