aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-09-09 08:01:56 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-09-09 08:01:56 +0000
commitaa792451f10aa89d049da7e410527e7f1a88b715 (patch)
tree2e83414a1c8b94173d503cb25c940d105be6d3ac /tcwg-buildfarm.yaml
parent8dd9367b071b288b78a6c0be28a85236a92d4e3a (diff)
tcwg-buildfarm: Clone jenkins-scripts repo using scm-git plugin
... to allow SHA1 specification for $scripts_branch. Change-Id: Ibd55421d4680add8649baf05e41d7adab56c0486
Diffstat (limited to 'tcwg-buildfarm.yaml')
-rw-r--r--tcwg-buildfarm.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/tcwg-buildfarm.yaml b/tcwg-buildfarm.yaml
index 866fbb7281..34bc72be52 100644
--- a/tcwg-buildfarm.yaml
+++ b/tcwg-buildfarm.yaml
@@ -100,6 +100,15 @@
skip-tag: true
shallow-clone: true
wipe-workspace: true
+ - git:
+ url: https://git-us.linaro.org/toolchain/jenkins-scripts.git
+ refspec: +refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*
+ branches:
+ - $scripts_branch
+ basedir: jenkins-scripts
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: true
axes:
- axis:
type: slave
@@ -137,7 +146,6 @@
mkdir -p artifacts/
- git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
. ./jenkins-scripts/jenkins-helpers.sh
builder_type=$(print_type_for_label $label)