That is not possible unless you resort to weird "solutions" like reordering form elements in JavaScript.
Here's the responsible Jelly file showing that name and description are fixed: https://github.com/jenkinsci/jenkins/blob/38de41d14296f977901f2567f30994859a6badc3/core/src/main/resources/hudson/model/Job/configure.jelly#L47...L56 You should be able to go above "Discard Old Builds" through descriptor ordering though -- but note the Javadoc comment for it: https://github.com/jenkinsci/jenkins/blob/38de41d14296f977901f2567f30994859a6badc3/core/src/main/java/hudson/Extension.java#L82 Daniel > On 19.09.2016, at 13:23, CORNELIA SARBU <[email protected]> wrote: > > > > > Hello, > do you know if I can change the job configuration order? > > > right now in the ob configuration page I can see the elements if the Order > bellow: > 1- Project Name > 2- Descripton > 3- discard Old builds > 4- Block Build if certain jobs are runninc > 5- Project Number(ID) - this was added by me > > I would like to change a little bit the order , to have Project Number(ID) on > the second position, just bellow the Project Name > > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/066251da-d747-4764-9082-5eb160154950%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/46DB478B-6981-47B9-9171-F104CE9A3CD4%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
