Jenkins – Where do i find the WAR/EAR build by jenkins

Jenkinswar

I am in strange situation. I want to know where does Jenkins keep the build file(WAR/EAR) after building the project.
I checked all the folders of Jenkins but could not find it.
Does any one have idea??

My Jenkins logs successful build
and according to Jenkins when I go to
enter image description here

var/lib/jenkins/jobs/Test_jenkins/workspace

above path. There is no war file.

Best Answer

See the message at console the second line

"Building in workspace var/lib/jenkins/jobs/Test_jenkins/workspace "

Related Topic