- job: name: 96boards-reference-kernel-enterprise project-type: freestyle defaults: global logrotate: daysToKeep: 60 numToKeep: 60 properties: - authorization: anonymous: - job-read - job-extended-read - job-workspace linaro: - job-read - job-extended-read - job-build - job-cancel parameters: - string: name: KERNEL_GIT_BRANCH default: 'erp-noupstream' - string: name: KERNEL_GIT_URL default: 'https://github.com/Linaro/rpk.git' - string: name: DEBIAN_GIT_BRANCH default: 'rpb-stretch-2019' - string: name: DEBIAN_GIT_URL default: 'https://github.com/Linaro/debian-kernel-packaging.git' - string: name: TARGET_REPO default: 'ERP:staging' disabled: false node: docker-stretch-arm64-leg display-name: 'Reference Platform - Linux Kernel (EE)' scm: - git: url: ${KERNEL_GIT_URL} refspec: +refs/heads/${KERNEL_GIT_BRANCH}:refs/remotes/origin/${KERNEL_GIT_BRANCH} name: origin branches: - refs/heads/${KERNEL_GIT_BRANCH} basedir: linux skip-tag: true shallow-clone: false wipe-workspace: false wrappers: - timestamps - build-name: name: '#${BUILD_NUMBER}' builders: - linaro-publish-token - shell: !include-raw: rpb-kernel-enterprise-deb/build.sh publishers: - archive: artifacts: '*.dsc, *.xz' - trigger-parameterized-builds: - project: build-package-obs property-file: build-package-params condition: SUCCESS - email: recipients: 'rp-enterprise@linaro.org packages@lists.linaro.org'