Sha256: 066230315d39d40381e9ba21f380d7b36def3b9d025efac23f4228ed7ffee41c

Contents?: true

Size: 216 Bytes

Versions: 3

Compression:

Stored size: 216 Bytes

Contents

#!/bin/bash -x
set -e
bundle install --path "${HOME}/bundles/${JOB_NAME}"
./scripts/generate_fog_conf_file.sh
export FOG_RC=fog_integration_test.config
bundle exec rake integration:all
rm fog_integration_test.config

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vcloud-launcher-0.0.3 jenkins_integration_tests.sh
vcloud-launcher-0.0.2 jenkins_integration_tests.sh
vcloud-launcher-0.0.1 jenkins_integration_tests.sh