Commit 56ef06ee authored by Amena's avatar Amena

Update Jenkinsfile

parent 852d73fa
def label = "jenkinsagent-${UUID.randomUUID().toString()}" def label = "jenkinsagent-${UUID.randomUUID().toString()}"
podTemplate( podTemplate(label: label,
containers: [containerTemplate(name: 'jnlp', image: 'jenkins/jnlp-slave:3.27-1', envVars: [ envVar(key: 'GIT_SSL_NO_VERIFY', value: 'true') ],), containers: [containerTemplate(name: 'jnlp', image: 'jenkins/jnlp-slave:3.27-1', envVars: [ envVar(key: 'GIT_SSL_NO_VERIFY', value: 'true') ],),
containerTemplate(name: 'node', image: 'node:9', command: 'cat', ttyEnabled: true,) containerTemplate(name: 'node', image: 'node:9', command: 'cat', ttyEnabled: true,)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment