github.com/waldiirawan/apm-agent-go/v2@v2.2.2/.ci/jobs/defaults.yml (about) 1 --- 2 3 ##### GLOBAL METADATA 4 5 - meta: 6 cluster: apm-ci 7 8 ##### JOB DEFAULTS 9 10 - job: 11 view: APM-CI 12 project-type: multibranch 13 logrotate: 14 numToKeep: 100 15 concurrent: true 16 node: linux 17 script-path: Jenkinsfile 18 scm: 19 - github: 20 branch-discovery: no-pr 21 discover-pr-forks-strategy: merge-current 22 discover-pr-forks-trust: permission 23 discover-pr-origin: merge-current 24 discover-tags: true 25 notification-context: 'apm-ci' 26 head-filter-regex: '^(?!(module/|update-spec)).*$' 27 repo: apm-agent-go 28 repo-owner: elastic 29 credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken 30 ssh-checkout: 31 credentials: f6c7695a-671e-4f4f-a331-acdce44ff9ba 32 build-strategies: 33 - tags: 34 ignore-tags-older-than: -1 35 ignore-tags-newer-than: -1 36 - regular-branches: true 37 - change-request: 38 ignore-target-only-changes: false 39 clean: 40 after: true 41 before: true 42 prune: true 43 shallow-clone: true 44 depth: 3 45 do-not-fetch-tags: true 46 submodule: 47 disable: false 48 recursive: true 49 parent-credentials: true 50 timeout: 100 51 reference-repo: /var/lib/jenkins/.git-references/apm-agent-go.git 52 timeout: '15' 53 use-author: true 54 wipe-workspace: 'True' 55 periodic-folder-trigger: 1d 56 prune-dead-branches: true 57 publishers: 58 - email: 59 recipients: infra-root+build@elastic.co