aboutsummaryrefslogtreecommitdiff
path: root/optee-build.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-10-27 14:44:07 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-27 14:44:07 +0300
commitf4888c695e77f65098b4c1fe66ec7287ec190c2d (patch)
treeca9953e084c883d5edfd599890b41e87dca4cb23 /optee-build.yaml
parenta059f117e18223a8c5b6eb35ee5d9fa1b8ff4990 (diff)
optee-build: publish Juno artifacts
Change-Id: I7314c67544c1ce2f763189582e1c5ecfc6eef3ae Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'optee-build.yaml')
-rw-r--r--optee-build.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/optee-build.yaml b/optee-build.yaml
index 3b4955ab93..d21114b5f6 100644
--- a/optee-build.yaml
+++ b/optee-build.yaml
@@ -16,6 +16,10 @@
- build-discarder:
days-to-keep: 90
num-to-keep: 90
+ parameters:
+ - string:
+ name: PUB_DEST
+ default: 'components/optee/build/${repo_proj}/${BUILD_NUMBER}'
disabled: false
node: master
child-workspace: .
@@ -54,3 +58,11 @@
builders:
- shell:
!include-raw: optee/build/builders.sh
+ - linaro-publish-token
+ - conditional-step:
+ condition-kind: strings-match
+ condition-string1: '${ENV,var="repo_proj"}'
+ condition-string2: 'juno'
+ steps:
+ - shell:
+ !include-raw: optee/build/publishers.sh