| build-node: 'qct-pod4-node2' |
| refspec: 'refs/heads/master' |
| failure-email-address: 'andy@opennetworking.org' |
| timed-trigger: '{every-hour}' |
| name: 'verify_automation-tools_{project}' |
| Created by {id} job-template from ci-management/jjb/siab-e2e.yaml |
| - timed: '{timed-trigger}' |
| build-days-to-keep: '{build-days-to-keep}' |
| artifact-num-to-keep: '{artifact-num-to-keep}' |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| git-url: '{gerrit-server-url}/automation-tools' |
| submodule-recursive: 'false' |
| choosing-strategy: 'gerrit' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| basedir: 'cord/automation-tools' |
| cd cord/automation-tools/seba-in-a-box |
| [ -e /usr/bin/kubeadm ] && make reset-kubeadm |
| recipients: '{failure-email-address}' |
| - shell: sudo rm -rf /tmp/logs/* |
| sudo cp /var/log/containers/*.log /tmp/logs |
| sudo chown cord /tmp/logs/*.log |
| artifacts: '/tmp/logs/*.log' |