- job: name: trigger-openembedded-lkft-linux-devel-ddiaz project-type: freestyle defaults: global properties: - authorization: anonymous: - job-read - job-extended-read linaro: - job-build - job-cancel daniel.diaz@linaro.org: - job-build - job-read - job-extended-read - job-configure - job-cancel - build-discarder: days-to-keep: 30 num-to-keep: 30 parameters: - string: name: KERNEL_REPO default: 'https://github.com/mrchapp/linux.git' - string: name: KERNEL_BRANCH default: 'shuah-fixes-onmaster' - string: name: TARGET_MACHINE default: 'hikey' disabled: false node: triggers display-name: 'Trigger for LKFT - Linux Developer (ddiaz)' scm: - git: url: https://github.com/mrchapp/linux.git refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH} name: origin branches: - origin/${KERNEL_BRANCH} skip-tag: true shallow-clone: false wipe-workspace: false triggers: - pollscm: cron: 'H/5 * * * *' wrappers: - timestamps - build-name: name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}' builders: - shell: | #!/bin/bash -e git clean -fdx echo KERNEL_REPO=${KERNEL_REPO} >> lkft_parameters echo KERNEL_DESCRIBE=$(git describe --always) >> lkft_parameters echo KERNEL_REV=${GIT_COMMIT} >> lkft_parameters echo MAKE_KERNELVERSION=$(make kernelversion) >> lkft_parameters cat lkft_parameters publishers: - trigger-parameterized-builds: - project: - 'openembedded-lkft-linux-developer' condition: SUCCESS property-file: lkft_parameters