Skip to content

Commit 79d98f5

Browse files
SohamChakrabortyakshatagarwl
authored andcommitted
CI: Change JNLP image
1 parent 5c5f6fd commit 79d98f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ properties(
1414
def label = "worker-${UUID.randomUUID().toString()}"
1515

1616
podTemplate(label: label, serviceAccount: 'jenkins', namespace: 'jenkins', containers: [
17-
containerTemplate(name: 'jnlp', image: 'sematext/jenkins-inbound-agent-with-curl:latest', args: '${computer.jnlpmac} ${computer.name}'),
17+
containerTemplate(name: 'jnlp', image: 'jenkins/inbound-agent', args: '${computer.jnlpmac} ${computer.name}'),
1818
containerTemplate(name: 'maven', image: 'sematext/maven:latest', command: 'cat', ttyEnabled: true, alwaysPullImage: false),
1919
],
2020
podRetention: never()) {

0 commit comments

Comments
 (0)