Created
March 13, 2015 06:01
-
-
Save hkumarmk/0dc519043701faa17ccc to your computer and use it in GitHub Desktop.
how to run deploy.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /var/lib/jenkins/cloud.at.env | |
unset http_proxy | |
unset https_proxy | |
unset env_http_proxy | |
unset env_https_proxy | |
export consul_discovery_token=$(curl http://consuldiscovery.linux2go.dk/new) | |
export BUILD_NUMBER=external1 | |
export env=at | |
export cloud_provider=jio | |
export KEY_NAME=jenkins | |
export env_file=/var/lib/jenkins/cloud.jio.env | |
export ssh_user=ubuntu | |
export git_protocol=git | |
export layout=external | |
export puppet_modules_source_repo=https://github.com/bodepd/puppet-rjil | |
export puppet_modules_source_branch=bind | |
export consul_bootstrap_node=httpproxy1 | |
bash -x build_scripts/deploy.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment