* Blue/Green deploy stage
* Only run b/g deploys on master
* Fixed indentation
* Decomposed blue/green into stages
* Confirm load balancer toggle
* Pull updated image when deploying
* Use latest version of ldop-shared-library
* LDOP-302 setting up pipeline skeleton
* trying to fix spacing
* trying to fix spacing
* LDOP-302 Updated full-demo-aws to use the updated shared library function params.
* removing some environment variables
* bringing full-demo pipeline to top directory
* fixing tag
* reverting root Jenkinsfile and moving changes to full demo
* Fixed the image tag for deployments
* added script block around if statement
* Change env.branch to env.BRANCH_NAME
* Changed traeffik front end rules in jenkinsfiles
* replaced dev with qa in deploy to qa step
* replaced dev to qa
* fixed prod uri for production instances
* testing master branch logic
* removed prod b and changed prod stages
* LDOP-302 Update conditions for master branch
* Fixed backwards deploy logic for dev
updated jenkinsfile
replaced a couple instances of wrong account in jenkinsfile
Added master branch logic and dockerhub cred
updated docker login
Changing master to this branch for testing
reverting branch check, testing done.
Added dockerhub push steps to full-demo
Updated reference to tomcat image name
fixed failing steps in jenkinsfile
flatten jenkinsfile directory (#19)
* flatten jenkinsfile directory
* move full-demo jenkinsfile up one level
revert root Jenkinsfile to be consistent with master
Testing branch feature on full-demo
Re-added a missing closing bracket
Reverted to checking for master
* add dockerhub-demo jenkinsfile and add version to dockerfile
* library is loaded in implicitly
* needed to use double quotes on push
* commenting out push for now
* commenting out push for now
* added repo to hub
* separate build and push stages
* formatting