- job: | |
name: 96boards-dragonboard845c-aosp-master | |
project-type: freestyle | |
defaults: global | |
properties: | |
- authorization: | |
anonymous: | |
- job-read | |
- job-extended-read | |
everyone-flat: | |
- job-build | |
- job-cancel | |
- build-discarder: | |
days-to-keep: 30 | |
num-to-keep: 30 | |
artifact-num-to-keep: 1 | |
parameters: | |
- string: | |
name: BUILD_CONFIG_FILENAME | |
default: 'dragonboard845c-aosp-master' | |
- string: | |
name: QA_SERVER | |
default: 'https://qa-reports.linaro.org' | |
- string: | |
name: BUILD_DIR | |
default: 'aosp-master' | |
- string: | |
name: PUB_DEST | |
default: '96boards/dragonboard845c/linaro/aosp-master/${BUILD_NUMBER}' | |
disabled: true | |
node: docker-focal-aosp | |
display-name: 'DELETE ME' | |
concurrent: true | |
triggers: | |
- timed : '@daily' | |
wrappers: | |
- timestamps | |
- timeout: | |
timeout: 500 | |
- credentials-binding: | |
- text: | |
credential-id: QA_REPORTS_TOKEN | |
variable: QA_REPORTS_TOKEN | |
- text: | |
credential-id: ARTIFACTORIAL_TOKEN | |
variable: ARTIFACTORIAL_TOKEN | |
- text: | |
credential-id: AP_SSID | |
variable: AP_SSID | |
- text: | |
credential-id: AP_KEY | |
variable: AP_KEY | |
# needed to publish to snapshots | |
- text: | |
credential-id: snapshots-api-key | |
variable: PUBLISH_KEY | |
builders: | |
- shell: | |
!include-raw: | |
- android-lcr/common/builders.sh | |
- 96boards-dragonboard845c-aosp-master/builders.sh | |
- inject: | |
properties-file: publish_parameters | |
- linaro-publish-token | |
- shell: | |
!include-raw: | |
- android/linaro-publisher.sh | |
publishers: | |
- logparser: | |
parse-rules: '/var/jenkins_home/userContent/android.parse' | |
unstable-on-warning: false | |
fail-on-error: false | |
- fingerprint: | |
files: 'build/fingerprints/*' | |
- email: | |
recipients: 'vishal.bhoj@linaro.org fathi.boudra@linaro.org amit.pundir@linaro.org' |