Where jenkins store build files result?

Thomas CEDRINI picture Thomas CEDRINI · Aug 25, 2016 · Viewed 20.8k times · Source

I am wondering if there is a way to get the files result of a Jenkins build.

I configure Jenkins to create the build, so it successfully pull my gitlab and then compile my project. So it should have my files and the compilation result stored somewhere right?

The only files I could see in the last build for my job directory are :

  • build.xml
  • changelog.xml
  • log

Thanks for your help, really appreciate that !

Thomas

Answer

Tim picture Tim · Aug 25, 2016

Workspace will keep the latest build, the legacy will be kept inside the jenkins master slave under

$JENKINS_HOME/yourjobname/builds/yourbuildernumer

Br,

Tim