diff options
author | DR695H <dr695h@att.com> | 2017-02-21 15:24:41 -0500 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-02-21 15:24:50 -0500 |
commit | d6067436da17aea09e80a7c00a1dbb5bdc8b74b0 (patch) | |
tree | 9b1cd8281c93e76a420cd92b1e4e11fc7e5eea42 /jjb/testsuite | |
parent | ca4c0e0c8b9d0d8daf77d20fe16f23e3238b5b93 (diff) |
adding in testsuite dockerjob
adding a job to allow docker build to run on the robot testsuite build
Change-Id: I22e02828453cea9d297e99d2fdbcab348e45af1f
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'jjb/testsuite')
-rw-r--r-- | jjb/testsuite/testsuite.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml new file mode 100644 index 000000000..399a53558 --- /dev/null +++ b/jjb/testsuite/testsuite.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: testsuite + project-name: 'testsuite' + jobs: + - '{project-name}-{stream}-docker-shell-daily' + + project: 'testsuite' + + stream: + - 'master': + branch: 'master' + + mvn-settings: 'testsuite-settings' |