-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Windows
When the synergy plugin tries to update a project with static subprojects it fails because it tries to update the static subprojects.
I have been able to fix this by wrapping the configureWorkArea(subProject, true, path); statement within the setAbsoluteWorkArea() method (line 775) of SynergySCM.java with an if(!isStaticProject(subProject, path)){} condition.
[JENKINS-6605] When setting the Work Area for a project static subprojects should not have their workarea path set
Description |
Original:
When the synergy plugin tries to update a project with static subprojects it fails because it tries to update the static subprojects. I have been able to fix this by wrapping the configureWorkArea(subProject, true, path); statement within the setAbsoluteWorkArea() method (line 775) of SynergySCM.cpp with an if(!isStaticProject(subProject, path)){} condition. |
New:
When the synergy plugin tries to update a project with static subprojects it fails because it tries to update the static subprojects. I have been able to fix this by wrapping the configureWorkArea(subProject, true, path); statement within the setAbsoluteWorkArea() method (line 775) of SynergySCM.java with an if(!isStaticProject(subProject, path)){} condition. |
Workflow | Original: JNJira [ 136700 ] | New: JNJira + In-Review [ 174545 ] |