Change-Id: I6b880db62e723f82ddbb9d7e8a789b7d8173fc16
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jobs:
- 'availability-test'
- 'availability-daily-master'
+ - 'availability-merge'
+ - 'availability-verify'
# stream: branch with - in place of / (eg. stable-helium)
# branch: branch (eg. stable/helium)
artifactDaysToKeep: '{build-artifact-days-to-keep}'
artifactNumToKeep: '{build-artifact-num-to-keep}'
+ parameters:
+ - project-parameter:
+ project: '{project}'
+
+ scm:
+ - git-scm:
+ credentials-id: '{ssh-credentials}'
+ refspec: ''
+ branch: '{branch}'
+
wrappers:
- ssh-agent-credentials:
user: '{ssh-credentials}'
builders:
- shell: |
+ pwd
+ find .
echo "Hello world from availability {somevar} daily"
- - test-macro
postbuilders:
- test-macro
+
+
+