-
Bug
-
Resolution: Fixed
-
Major
-
None
It seems that setting a job description via my doDescription patch from JENKINS-4802 is not being saved across restarts. Do I need to be calling save() after setDescription()?
It seems that setting a job description via my doDescription patch from JENKINS-4802 is not being saved across restarts. Do I need to be calling save() after setDescription()?
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/core/src/main/java/hudson/model/AbstractItem.java
trunk/www/changelog.html
http://jenkins-ci.org/commit/26255
Log:
[FIXED JENKINS-5351] job description set via the remote API wasn't persisted.