1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Merge duplicated jenkinsKubernetes keys in defaults (#1514)

This commit is contained in:
Stephan Aßmus 2020-05-07 09:31:52 +02:00 committed by GitHub
parent f7fdd79fa7
commit 75100ecbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@
general:
collectTelemetryData: true
logFormat: 'plain'
jenkinsKubernetes:
jnlpAgent: 'ppiper/jenkins-agent-k8s:v8'
changeManagement:
type: 'NONE' # SOLMAN, CTS, NONE
transportRequestLabel: 'TransportRequest\s?:'
@ -41,6 +39,7 @@ general:
githubServerUrl: 'https://github.com'
gitSshKeyCredentialsId: '' #needed to allow sshagent to run with local ssh key
jenkinsKubernetes:
jnlpAgent: 'ppiper/jenkins-agent-k8s:v8'
securityContext:
# Setting security context globally is currently not working with jaas
# runAsUser: 1000