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

main
onikolskyy 1 year ago
parent fee36be09e
commit deffba6b7c

2
Jenkinsfile vendored

@ -4,7 +4,7 @@ tag="latest"
image="swr.eu-de.otc.t-systems.com/omnia-test/${repository}:${version}.${env.BUILD_NUMBER}"
namespace="demo"
podTemplate(label: 'pod', cloud: 'kubernetes', serviceAccount: 'jenkins',
podTemplate(label: 'pod', cloud: 'kubernetes', serviceAccount: 'jenkins-sa',
containers: [
containerTemplate(
name: 'docker', image: 'docker:dind', ttyEnabled: true, command: 'cat', privileged: true,

Loading…
Cancel
Save