jenkins.sh in vcloud-edge_gateway-1.0.2 vs jenkins.sh in vcloud-edge_gateway-1.1.0
- old
+ new
@@ -1,15 +1,5 @@
-#!/bin/bash -x
+#!/bin/bash
set -e
-git clean -ffdx
-bundle install --path "${HOME}/bundles/${JOB_NAME}"
-bundle exec rake
-
-# Obtain the integration test parameters
-git clone git@github.gds:gds/vcloud-tools-testing-config.git
-mv vcloud-tools-testing-config/vcloud_tools_testing_config.yaml spec/integration/
-rm -rf vcloud-tools-testing-config
-
-RUBYOPT="-r ./tools/fog_credentials" bundle exec rake integration
-
+./jenkins_tests.sh
bundle exec rake publish_gem