Update Jenkinsfile - add docker run args
This commit is contained in:
parent
17fbe86a81
commit
245c4a04f9
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { dockerfile true }
|
agent { dockerfile
|
||||||
|
{
|
||||||
|
args 'ti'
|
||||||
|
}}
|
||||||
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user