Skip to content

Commit

Permalink
Add definition of jnlp container
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Hudalla <[email protected]>
  • Loading branch information
sophokles73 committed May 30, 2022
1 parent 65c3ec3 commit 98d8b1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jenkins/Hono-Release-Pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ apiVersion: v1
kind: Pod
spec:
containers:
- name: maven
- name: "jnlp"
volumeMounts:
- mountPath: "/home/jenkins/.ssh"
name: "volume-known-hosts"
env:
- name: "HOME"
value: "/home/jenkins"
- name: "maven"
image: "maven:3.8.4-eclipse-temurin-17"
tty: true
command:
Expand Down

0 comments on commit 98d8b1b

Please sign in to comment.