From 09379cdd68dff65e48271611258c86c710eff690 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 11 Jan 2018 16:44:33 -0800 Subject: Add job for vagrant-onap integration subproject There is a python task which is required to verify the correct syntax of the scripts placed into vagrant-onap subproject of integration. Change-Id: Idbd888c4131d91d4b5d904ddd0d8d3e6778d3e1c Signed-off-by: Victor Morales Issue-ID: CIMAN-45 --- jjb/integration/integration-bootstrap.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jjb/integration/integration-bootstrap.yaml (limited to 'jjb') diff --git a/jjb/integration/integration-bootstrap.yaml b/jjb/integration/integration-bootstrap.yaml new file mode 100644 index 000000000..51dc93279 --- /dev/null +++ b/jjb/integration/integration-bootstrap.yaml @@ -0,0 +1,18 @@ +--- +- project: + name: integration-bootstrap + project-name: 'integration' + project: 'integration' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + subproject: + - 'vagrant-onap': + path: 'bootstrap/vagrant-onap' + pattern: 'bootstrap/vagrant-onap/**' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'integration-settings' + build-node: ubuntu1604-basebuild-2c-1g -- cgit 1.2.3-korg