a
test/pipeline/head Something is wrong with the build of this commit Details

main
onikolskyy 1 year ago
parent 55c13b1309
commit 623c062871

9
Jenkinsfile vendored

@ -10,16 +10,19 @@ pipeline {
spec:
containers:
- name: dind
image: swr.eu-de.otc.t-systems.com/base-image/docker:dind
image: "swr.eu-de.otc.t-systems.com/base-image/docker:dind"
imagePullPolicy: "IfNotPresent"
tty: true
imagePullSecrets:
- name: default-secret
env:
- name: PASS
valueFrom:
secretKeyRef:
name: docker-reg
key: docker-reg
imagePullSecrets:
- name: default-secret
serviceAccountName: "jenkins-admin"
""".stripIndent()
}
}

Loading…
Cancel
Save