Re: possible to switch back to using timestamps instead of build numbers in jobs folder

2015-09-02 Thread BeckyY
Thank you, Baptiste! I have scripts that peruse the artifacts directory and perform certain actions, expecting the builds to be in order from a simple ant fileset usage. With timestamp named dirs, the perusal was always in correct sequence. Now it's not, as build 99 is ordered as later tha

Re: possible to switch back to using timestamps instead of build numbers in jobs folder

2015-09-02 Thread Baptiste Mathus
Hi, I don't think it is. And looking at the doc: https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration if you want to go back it's supported but only to run a previous Jenkins version. So, the question is: what would you want to have that format back? Cheers 2015-09-02 19:30 GMT+0

possible to switch back to using timestamps instead of build numbers in jobs folder

2015-09-02 Thread BeckyY
I recently upgraded Jenkins and noticed build artifacts folder names have switched to using job numbers instead of timestamps. Does anyone know if it is possible to keep the upgrade but configure Jenkins to use timestamps instead of job numbers for the artifacts folder names for each saved bui