domi created JENKINS-13297:
------------------------------

             Summary: Make order of main sections the same between 
'FreesytleJob' and 'Maven Job'
                 Key: JENKINS-13297
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13297
             Project: Jenkins
          Issue Type: Improvement
          Components: ui-changes
            Reporter: domi
            Assignee: domi


The order of the main sections of free and maven jobs are like this:

free
1. Advanced Project Options
2. Source Code Management
3. Build Triggers
4. Build Environment
5. Build
6. Post-build Actions

mvn
1. Advanced Project Options
2. Source Code Management
3. Build Triggers
4a Pre Steps
4b Build
4c Post Steps
5. Build Settings
6. Build Environment
7. Post-build Actions

specially the 'Build Environment' seems to be placed at the wrong place for the 
mvn job - because it is the setup of the job it feels more right to have it at 
the start of the configuration (like in the free style job).

Why there is a 'Build Settings' section in the mvn job but not in the free 
style job, I don't know... e.g. it contains 'E-mail Notification' which is 
available in the 'Post-build Actions' of a freestyle job.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to