timja / jenkins-gh-issues-poc-06-20

0 stars 0 forks source link

[JENKINS-4423] Advanced option 'Block build when upstream project is building' is not saved from GUI #183

Closed timja closed 14 years ago

timja commented 14 years ago

Hudson 1.323, free-style project:
After activating the checkbox for the new advanced option and then saving
project configuration the value is not saved (if I reopen the configuration page
the option is unchecked again).
I found that putting 'true' directly in the option tag in config.xml file for
the project and then reloading the whole hudson configuration from file the
value is reported correctly in the GUI... anyway I cannot modify anything and
save for that job using the GUI.


Originally reported by mambu, imported from: Advanced option 'Block build when upstream project is building' is not saved from GUI
  • assignee: abayer
  • status: Closed
  • priority: Major
  • resolution: Fixed
  • resolved: 2009-09-09T09:04:05+00:00
  • imported: 2022-06-20
timja commented 14 years ago

abayer:

I should hopefully have this fixed in 1.324, worst-case it'll be in 1.325.

timja commented 14 years ago

scm_issue_link:

Code changed in hudson
User: : abayer
Path:
trunk/hudson/main/core/src/main/java/hudson/model/AbstractProject.java
trunk/hudson/main/core/src/main/resources/lib/hudson/project/config-blockWhenUpstreamBuilding.jelly
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=21550
Log:
[FIXED JENKINS-4423] Properly setting blockBuildWhenUpstreamBuilding now

timja commented 14 years ago

scm_issue_link:

Code changed in hudson
User: : redsolo
Path:
trunk/hudson/main/test/src/test/java/hudson/model/AbstractProjectTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=21560
Log:
JENKINS-4423 Added test case for issue