|
|
_0.png) |
|
|
|
|
Issue Type:
|
Improvement
|
|
Assignee:
|
Frédéric Camblor
|
|
Components:
|
scm-sync-configuration |
|
Created:
|
25/Jul/12 12:23 PM
|
|
Description:
|
The generated commit messages are currently useless:
<< Message:
Modification on file by someuser >>
I use that plugin to review all changes made on Jenkins, ensuring there was no mistake in a job configuration: I need to quickly see what are the jobs which configuration was changed.
Replace "file" with the job name, or at least the effective file name.
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Julien Carsique
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
Displaying the job name will be complicated since I am unaware of Saveable implementation current file is related on.
I could add the file path in the commit message, but would it be really useful ?
Afterall, if you're seeing the commit message, you should be able to see the changeset related to this commit isn't it ?
Moreover, it will collide with JENKINS-13613 since I'm going to change scm-sync-configuration commit policy if future release : instead of having 1 file modification change = 1 commit, I'll have several modification changes on several files = 1 commit.
So, dusplaying modified file in commit message will be totally useless.
WDYT ?