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