Last active
May 27, 2020 14:49
-
-
Save Miguelme/10c1815ec18dce27fb89a78753aba91a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jenkins: | |
systemMessage: "Jenkins configured automatically by Jenkins Configuration as Code plugin\n\n" | |
globalNodeProperties: | |
- envVars: | |
env: | |
- key: VARIABLE1 | |
value: foo | |
- key: VARIABLE2 | |
value: bar | |
securityRealm: | |
ldap: | |
configurations: | |
- groupMembershipStrategy: | |
fromUserRecord: | |
attributeName: "memberOf" | |
inhibitInferRootDN: false | |
rootDN: "dc=acme,dc=org" | |
server: "ldaps://ldap.acme.org:1636" | |
nodes: | |
- permanent: | |
name: "static-agent" | |
remoteFS: "/home/jenkins" | |
launcher: | |
jnlp: | |
workDirSettings: | |
disabled: true | |
failIfWorkDirIsMissing: false | |
internalDir: "remoting" | |
workDirPath: "/tmp" | |
slaveAgentPort: 50000 | |
agentProtocols: | |
- "jnlp2" | |
tool: | |
git: | |
installations: | |
- name: git | |
home: /usr/local/bin/git | |
credentials: | |
system: | |
domainCredentials: | |
- credentials: | |
- basicSSHUserPrivateKey: | |
scope: SYSTEM | |
id: ssh_with_passphrase_provided | |
username: ssh_root | |
passphrase: ${SSH_KEY_PASSWORD} | |
description: "SSH passphrase with private key file. Private key provided" | |
privateKeySource: | |
directEntry: | |
privateKey: ${SSH_PRIVATE_KEY} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment