diff options
author | rohitsakala <rohitsakala@gmail.com> | 2017-01-19 19:37:13 +0530 |
---|---|---|
committer | Rohit Sakala <rohitsakala@gmail.com> | 2017-01-20 08:49:07 +0000 |
commit | d0f15b2ffb6d3a7ea8ab0c6fc517d52c1f3592ea (patch) | |
tree | 0b63f3f09b607cb4e7cb8e40a6a27148449d4c62 | |
parent | 88812b12f218b23561f915168619e66b2b68df82 (diff) |
[testapi] Add build parameter to run jenkins job.
opnfv-build-ubuntu-defaults has been added so that the job will run on
build servers which have python verison > 2.6.
Change-Id: Iea2a12da88cc5f7ff625b060425241ab33cc9d85
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
-rw-r--r-- | jjb/releng/testapi-automate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml index 552c25fe4..c03835279 100644 --- a/jjb/releng/testapi-automate.yml +++ b/jjb/releng/testapi-automate.yml @@ -18,6 +18,7 @@ project: '{project}' - gerrit-parameter: branch: '{branch}' + - 'opnfv-build-ubuntu-defaults' scm: - git-scm |