adop-docker-compose icon indicating copy to clipboard operation
adop-docker-compose copied to clipboard

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

Open asagi687 opened this issue 5 years ago • 1 comments

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.

asagi687 avatar Nov 07 '18 07:11 asagi687

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

telecodani avatar Jul 04 '19 12:07 telecodani