Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
1.9.5
-
None
-
None
-
All
Description
If you have a scm definition like: scm:tfs:https//server_name:workspace:$/TeamProject/Path/To/Project
Then you will receive the following error: TFS Url "https" is not a valid URL. The TFS Url syntax is [[domain]username[;password]@]http[s]://server_name[:port][:isCheckinPoliciesEnabled]:workspace:$/TeamProject/Path/To/Project
This is because the code treats "isCheckinPoliciesEnabled" as mandatory, rather than optional as stated in the error message.
Workaround: Add ":false" to the URL declaration, just before the workspace.