Branch: refs/heads/support_workspace_cloaking Home: https://github.com/jenkinsci/tfs-plugin Commit: 02f102275f3554638c850b96fb144a8c262016e3 https://github.com/jenkinsci/tfs-plugin/commit/02f102275f3554638c850b96fb144a8c262016e3 Author: Aaron Alexander <ajalexan...@sep.com> Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths: M src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java M src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java Log Message: ----------- Create Workspace with list of WorkingFolder items This is contrast with explicitly mapping after workspace creation. Creating with a list of WorkingFolder items will allow cloaked paths to also be specified. Commit: bab45f6302e37a89149b83f6bb350c2b7f9372f1 https://github.com/jenkinsci/tfs-plugin/commit/bab45f6302e37a89149b83f6bb350c2b7f9372f1 Author: Oli Dagenais <oliv...@microsoft.com> Date: 2015-12-22 (Tue, 22 Dec 2015) Changed paths: M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java M src/main/java/hudson/plugins/tfs/actions/CheckoutAction.java M src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java M src/main/java/hudson/plugins/tfs/model/WorkspaceConfiguration.java M src/main/java/hudson/plugins/tfs/model/Workspaces.java M src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/config.jelly A src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-cloakedPaths.html M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest.java M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java M src/test/java/hudson/plugins/tfs/actions/CheckoutActionTest.java M src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java M src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java M src/test/java/hudson/plugins/tfs/model/WorkspaceConfigurationTest.java M src/test/java/hudson/plugins/tfs/model/WorkspacesTest.java M src/test/java/hudson/plugins/tfs/util/BuildWorkspaceConfigurationRetrieverTest.java Log Message: ----------- Support workspace cloaking with server path list The new "Cloaked paths" field makes it possible to configure exclusions when downloading from the "Project path". Commit: 495090b47a64cfffa4ab755567720b230dafe4b3 https://github.com/jenkinsci/tfs-plugin/commit/495090b47a64cfffa4ab755567720b230dafe4b3 Author: Oli Dagenais <oliv...@microsoft.com> Date: 2015-12-22 (Tue, 22 Dec 2015) Changed paths: M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java M src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-cloakedPaths.html M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java Log Message: ----------- Delimit cloaked paths with newlines instead of ; Newlines are the preferred delimiters but semicolons are still accepted to transition previous implementations. Commit: bf3a866f1160a4f8552fc4605463209142a0cd62 https://github.com/jenkinsci/tfs-plugin/commit/bf3a866f1160a4f8552fc4605463209142a0cd62 Author: Luke Watson <luke.wat...@soti.net> Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java M src/main/java/hudson/plugins/tfs/model/Project.java M src/test/java/hudson/plugins/tfs/model/ProjectTest.java Log Message: ----------- Changes in cloaked paths do not trigger a build This is done by excluding from consideration changesets that are considered "fully cloaked", in other words consisting of items whose paths are all covered by at least one of the cloaked paths. Compare: https://github.com/jenkinsci/tfs-plugin/compare/02f102275f35^...bf3a866f1160 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.