diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-11-06 15:38:25 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-11-06 15:39:09 +0100 |
commit | 7f9c9b9101694e0586a8ad0ad9a08119ebad1989 (patch) | |
tree | b917bb3dcc23b8ad95929caefc90c133fa96b9cf /jjb | |
parent | bf68b8d0f2b14915419dcde437bede2d8ce13787 (diff) |
Add xtesting:develop dockers
the goal is to test easily experimental xtesting dockers
leveraging the develop branch of the python sdk
Issue-ID: INT-1771
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Iee9591edfef88b379874709e3d2de7da7463c5bc
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 5cbce4e84..1c5f21f76 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -106,6 +106,9 @@ - 'frankfurt': branch: 'frankfurt' files: '' + - 'develop': + branch: 'develop' + files: '' docker-root: '$WORKSPACE' mvn-settings: 'integration-settings' build-node: ubuntu1804-docker-8c-8g |