-
Bug
-
Resolution: Unresolved
-
Major
-
CentOS 6.5
Jenkins 1.615
After upgrading from 1.594 to 1.615, if you run the command set-build-description, it will no longer append a new description if an existing description exists.
Before the upgrade if I ran the set-build-description command 4 times, each time adding a number, the job description would say:
1
2
3
4
After the upgrade, the job description now looks like this;
4
As the command name is "set-build-description", not "append-build-description", I'd say the new behavior is correct (though it of course sucks when the behavior changes behind your back). Perhaps, it warrants adding an "--append" flag.