diff options
author | rohitsakala <rohitsakala@gmail.com> | 2017-02-07 09:13:24 +0530 |
---|---|---|
committer | rohitsakala <rohitsakala@gmail.com> | 2017-02-07 09:13:24 +0530 |
commit | a20a5e32b62d9bb1d05d63bad3969bd4e4a0ba7e (patch) | |
tree | 0e2db06f06c0bbffb11c526053da21682cc813a0 /jjb | |
parent | 9fba1bdb9bff216c3d9a59e0b7ec61e7a2733922 (diff) |
Add GIT_BASE parameter in a phase job.
This parameter is missed because there was no macro as
testresults-defaults.
Change-Id: I79e506943cfaab6568419b51c09981fd313522c6
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/testapi-automate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml index b06072b73..8cb4acb05 100644 --- a/jjb/releng/testapi-automate.yml +++ b/jjb/releng/testapi-automate.yml @@ -160,6 +160,8 @@ projects: - name: 'testapi-automate-docker-deploy-{stream}' current-parameters: false + predefined-parameters: | + GIT_BASE=$GIT_BASE node-label-name: SLAVE_LABEL node-label: testresults kill-phase-on: FAILURE |