diff --git a/README.md b/README.md index 2e112701e..10ad07a38 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ podTemplate(label: 'mypod', containers: [ name: 'mariadb', image: 'mariadb:10.1', ttyEnabled: true, - command: 'cat' + command: 'cat', privileged: false, alwaysPullImage: false, workingDir: '/home/jenkins',