- job: name: tcwg-monitoring-christophe project-type: freestyle defaults: global properties: - authorization: anonymous: - job-read - job-extended-read linaro: - job-build - job-cancel - build-discarder: days-to-keep: 30 num-to-keep: 60 parameters: - string: name: scripts_branch default: master description: 'Scripts branch to use' disabled: false node: tcwg-coordinator display-name: 'TCWG ZZZ Monitoring Christophe' scm: - git: url: https://git-us.linaro.org/people/christophe.lyon/jenkins.git refspec: +refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/* branches: - ${scripts_branch} skip-tag: true shallow-clone: true wipe-workspace: true triggers: # Every 30 minutes - timed: '2,32 * * * *' wrappers: - timeout: timeout: 600 - timestamps - ssh-agent-credentials: # tcwg-buildslave user id users: - 'e0958a95-204f-4c14-a66c-5e2be6c5d50a' builders: - shell: | #!/bin/bash set -e set -x ./check-all.sh publishers: - email-ext: recipients: 'christophe.lyon@linaro.org' aborted: true