Sha256: d8aae512995c245bcc5f99c57ce4b3edfdd9422b4220a778fb088b0ca0f139d5

Contents?: true

Size: 425 Bytes

Versions: 5

Compression:

Stored size: 425 Bytes

Contents

#!/bin/bash -x
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

bundle exec rake publish_gem

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
vcloud-net_launcher-0.4.0 jenkins.sh
vcloud-net_launcher-0.3.0 jenkins.sh
vcloud-edge_gateway-1.0.2 jenkins.sh
vcloud-edge_gateway-1.0.1 jenkins.sh
vcloud-edge_gateway-1.0.0 jenkins.sh