Sha256: f9fee9148341a0cc1c5059e0585cb092b9ba3035f2759c5ae976f6d98b0334e9

Contents?: true

Size: 383 Bytes

Versions: 2

Compression:

Stored size: 383 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:all

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vcloud-launcher-0.2.0 jenkins_integration_tests.sh
vcloud-launcher-0.1.0 jenkins_integration_tests.sh