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
* adding test for finding find-owners page
* verify Veterinarians is there
* adding test for searching for veternarians and finding Helen
* removing save screenshot
* using longer explicit wait
* changing wait to 3
* putting sleep back in
* putting sleep back in
* sleep
* Fixed formatting
* Put cp back
* Move agent to stage level
* Added agents per stage
* Added pipeline level agent declaration
* Formatted agents
* removed :
* need steps in every stage
* requires files on jenkins, using sonar without a container. 7/10 chance of working
* using sonar container. 4/10 chance of working
* specify network for sonar container
* Use Ruby image
* test container
* Added selenium.rb with hello world
* first headless test
* fix quotes
* fix quotes
* added Headless dependecy
* Fix dependency
* Install Firefox driver
* Attempt to fix missing firefox package
* zzzz
* corrected firefox
* Added geckkodriver
* add firefox
* Removed extra quotes
* Display page title
* Comments and simplifying
* Point to Petclinic
* uncomment all the build stages
* comment out steps
* comment out steps
* use correct port for tomcat
* adding first test
* adding dockerfile for selenium testing
* Added minitest setup
* Fix if
* Fixed test invokation
* Don’t use Petclinic class
* Use instance variables
* fix expectation
* adding volume mounting
* Added minitest
* using new selenium docker image in test portion of pipeline
* using assert for first test
* removing dockerfile
* one working test