summaryrefslogtreecommitdiff
path: root/jenkins.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-06-02 17:08:18 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-06-03 14:18:43 +0000
commit02f6c7f6d57abc94a558dc33a765265f830541e1 (patch)
treef8cf0c6986e94d19539f90d4610678c40d9a9433 /jenkins.sh
parentb44b9bf83682978815d0a76fa8c7ec19bae9d39e (diff)
jenkins.sh: Checkout same sources as will be used for the build
Currently the changes and overrides to components are not passed to the --checkout all command. This patch fixes this. Change-Id: If902c3cc67b0de5790f2c91f9b7743882daf9e19
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-xjenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh
index c98650c5..4a0e9c4b 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -342,7 +342,7 @@ fi
# us from looking into an inconsistent state of reference snapshots.
(
flock -s 9
- $CONFIG_SHELL ${abe_dir}/abe.sh ${platform} --checkout all
+ $CONFIG_SHELL ${abe_dir}/abe.sh ${platform} ${change} --checkout all
) 9>${git_reference}.lock
# Also fetch changes from gerrit