Skip to content

Commit

Permalink
[JENKINS-24515] Added tests for folder support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Sep 3, 2014
1 parent 01e96c6 commit b43bb3d
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 1 deletion.
Expand Up @@ -303,6 +303,7 @@ else if(!(fromJob instanceof Job<?,?>))
if(!(toContext instanceof ModifiableTopLevelItemGroup))
{
listener.getLogger().println(String.format("Error: Target folder '%s' does not support ModifiableTopLevelItemGroup", toContext.getFullName()));
return false;
}

toJob = ((ModifiableTopLevelItemGroup)toContext).createProjectFromXML(toJobNameExpanded, is);
Expand Down

0 comments on commit b43bb3d

Please sign in to comment.