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 :
Thanks for your help, really appreciate that !
Thomas
Workspace will keep the latest build, the legacy will be kept inside the jenkins master slave under
$JENKINS_HOME/yourjobname/builds/yourbuildernumer
Br,
Tim