cannot access to war file after Jenkins deploy war/ear to container job
Opened this issue · 1 comments
asagi687 commented
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
Locate the Build Job then go to Workspace and try to locate the war file there.