Jenkins and Visual Studio Online integration authentication

Posted by user3120361 on Stack Overflow See other posts from Stack Overflow or by user3120361
Published on 2014-06-06T09:23:01Z Indexed on 2014/06/06 9:24 UTC
Read the original article Hit count: 224

right now I am trying to Setup Continuouse Integration - Delivery for a basic WCF Service, which will be hosted on a Microsoft Azure VM. The Project is Version Controlled through Visual Studio Online. So I installed Jenkins (also on the Azure VM), TFS plugin etc. and started the first Test Build:

As Server URL I used "[VSO Adress]/DefaultCollection" and for Login purposes my Microsoft Account (I can Access VSO with that). The Problem is, when I run the Build I get the following error:

Started by user Developer Building in workspace C:\Program Files (x86)\Jenkins\jobs\test\workspace [workspace] $ "C:\Program Files (x86)\TEE-CLC-11.0.0.1306\TEE-CLC-11.0.0\tf.cmd" workspaces -format:brief -server:[VSO Adress]/DefaultCollection ****" An error occurred: Access denied connecting to TFS server [VSO Adress] (authenticating as har****@*******o.com) FATAL: Executable returned an unexpected result code [100] ERROR: null Finished: FAILURE

So my question is, whether it is generally possible to connect Jenkins and VSO that way and if so, which login credentials are needed

© Stack Overflow or respective owner

Related posts about wcf

Related posts about visual-studio