Add JOBS_REFSPEC parameter to jobs
Add JOBS_RESPEC parameter to jobs, and set default value
to master branch.
Change-Id: I779f163dc494df07514f4f0b5034c6113afda109
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
(cherry picked from commit 1e3f00ec2b70b98a945e7a4104bb0eca37dcac0b)
diff --git a/tf-a-main-tfa-next.yaml b/tf-a-main-tfa-next.yaml
index b43d255..326ebb4 100644
--- a/tf-a-main-tfa-next.yaml
+++ b/tf-a-main-tfa-next.yaml
@@ -80,6 +80,11 @@
description: |
'Refs to fetch for the tf-a-ci-scripts repo e.g. refs/changes/13/31138/1'
- string:
+ name: JOBS_REFSPEC
+ default: 'refs/heads/master'
+ description: |
+ tf-a-job-configs refspec to use. The master branch is used by default.
+ - string:
name: SHARE_FOLDER
default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
description: 'Folder containing shared repositories for downstream pipeline jobs'