Sha256: 14d96cd52baf67ee9d4b036e47c0bd2b7b41f8ba734a0ebfd03478f8ad44bdd3

Contents?: true

Size: 378 Bytes

Versions: 8

Compression:

Stored size: 378 Bytes

Contents

#!/bin/bash -x
set -e

git clean -ffdx
bundle install --path "${HOME}/bundles/${JOB_NAME}"

# 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

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
vcloud-net_launcher-0.4.0 jenkins_integration_tests.sh
vcloud-net_launcher-0.3.0 jenkins_integration_tests.sh
vcloud-edge_gateway-1.0.2 jenkins_integration_tests.sh
vcloud-core-0.6.0 jenkins_integration_tests.sh
vcloud-edge_gateway-1.0.1 jenkins_integration_tests.sh
vcloud-edge_gateway-1.0.0 jenkins_integration_tests.sh
vcloud-core-0.5.0 jenkins_integration_tests.sh
vcloud-core-0.4.0 jenkins_integration_tests.sh