-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: scm-sync-configuration-plugin
-
None
It would be cool to have the scm-sync-configuration plugin set the revision number from the JobRevision Plugin every time the config files are saved.
I can see several different implementations:
- Increase the last part of a revision number by 1 (e.g. 1.5 -> 1.6 or 1.7.3 -> 1.7.4)
- Set the repository revision number as the revision number of the job (e.g. 34265)
- a combination of the above – last part of the job revision number is the repository revision number (e.g. 1.5.23652 -> 1.5.13735)