Accenture / adop-docker-compose

Talk to us on Gitter: https://gitter.im/Accenture/ADOP
https://accenture.github.io/adop-docker-compose
Apache License 2.0
764 stars 573 forks source link

cannot access to war file after Jenkins deploy war/ear to container job #297

Open asagi687 opened 5 years ago

asagi687 commented 5 years ago

I kicked deploy job in jenkins using <deploy war/ear to container>,and it succeed, but I don't know how to access to the war file.

I tried ・http://52.XXX.XX.XX:8080/petclinic/ (ADOP server ip) ・http://172.XX.XX.XX:8080/petclinic/(tomcat container ip) ・http://localhost:8080/petclinic/

but it didn't work.

telecodani commented 5 years ago

Locate the Build Job then go to Workspace and try to locate the war file there.