Hello!
So I know how to edit the build display name that gets displayed via the Jenkins build history, but I'm confused how to edit the name of the folder of the build itself? For example, if I have a build #30, the directory is also called "30". I want to modify this to be dates instead, is there any way to do that? I'm talking about the individual build directory name itself, not the one that shows up on the Jenkins web portal.
I tried editing it via the set next build number plugin, but I don't want to do it manually each time I need to build. I just want to change the folder name into the date. It says that it needs to be an integer, but even a plain int with format "YYMMDD" is fine for me, since I read that it must always be increasing.
Jenkins version: 1.642.4
Cheers,
Franz