--- ##### GLOBAL METADATA - meta: cluster: devops-ci ##### JOB DEFAULTS - job: project-type: matrix logrotate: daysToKeep: 30 numToKeep: 100 parameters: - string: name: branch_specifier default: master description: the Git branch specifier to build (<branchName>, <tagName>, <commitId>, etc.) properties: - github: url: https://github.com/elastic/puppet-elasticsearch/ - inject: properties-content: |- HOME=$JENKINS_HOME VAULT_PATH=secret/devops-ci/puppet-elasticsearch/xpack_license node: master scm: - git: name: origin credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba reference-repo: /var/lib/jenkins/.git-references/puppet-elasticsearch.git branches: - ${branch_specifier} url: https://github.com/elastic/puppet-elasticsearch.git basedir: '' wipe-workspace: 'True' triggers: - github vault: role_id: cff5d4e0-61bf-2497-645f-fcf019d10c13 wrappers: - ansicolor - timeout: type: absolute timeout: 360 fail: true - timestamps publishers: - email: recipients: infra-root+build@elastic.co