Skip to content

shinchan79/aws-infra.jenkins-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-scripts

Scripts that are used in Jenkins jobs.


Usage: databag-proxy-entries.py [OPTIONS]

Add or remove entries from a proxy-structured datBabag.

Options: --url TEXT URL of server you're trying to add --environment [staging|production] 'staging' or 'production' --add Add this entry to the proxy bag --remove Remove this entry from the proxy bag --auth Adds an auth screen --www-force Forces the url to rewrite to www.* --ssl-force Force a rewrite to https --ssl TEXT String that lines up with the SSL entry in the auth databag --help Show this message and exit.

At minimum, you need to have these flags defined: ./databag-proxy-servers.py --server --environment --add ./databag-proxy-servers.py --server --environment --remove


Usage: databag-proxy-servers.py [OPTIONS]

Get the list of servers for an environment

Options: --server TEXT Name of the server you would like to add/remove --environment [staging|production] 'staging' or 'production' --add --remove --help Show this message and exit. ./databag-proxy-entries.py --url --environment --add ./databag-proxy-entries.py --url --environment --remove

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 43.0%
  • Shell 34.1%
  • Python 21.1%
  • Ruby 1.8%