Labeling with the TFS Plugin and Visual Studio Online

2014-12-31 Thread Rob D
Anyone who is using the TFS Plugin with Visual Studio Online (VSO), are you labeling your code? If you are, how are you doing that? A labeling feature was added to the TFS Plugin but so far I have not been able to get it to work with VSO. How do you apply labels in VSO with Jenkins? Thanks, Rob

Can't get log info with Groovy Postbuild Plugin

2014-12-10 Thread Rob D
I'm using the Groovy Postbuild Plugin in Jenkins on Windows 7. I was trying to match strings in a file but when that failed, I reduced it to the point where I am just searching for a string in another string. It will never find a match. I must be misunderstanding how Groovy works or else it just

Tagging or labeling code

2014-12-03 Thread Rob D
We are using Visual Studio Online for source control and Jenkins to do builds, tests, etc. I have things working except nothing is getting tagged. Is there a plugin that integrates with Visual Studio Online or TFS to create tags (labels) and facilitates moving releases through the release proce

Re: ***NO_CI*** — Account Service??

2014-11-27 Thread Rob D
hrough. So, if the VSO build definitions are turned off, "***NO_CI***" disappears and the user name of the one who checks in the code shows up. On Wednesday, November 26, 2014 10:52:38 AM UTC-6, Rob D wrote: > > I have Jenkins connected to Visual Studio Online. Builds are working

***NO_CI*** — Account Service??

2014-11-26 Thread Rob D
I have Jenkins connected to Visual Studio Online. Builds are working however when I click on changes and look at the list, all changes show ***NO_CI*** — Account Service (account name). I believe it is saying the account that made the code change is Account Service. Shouldn't it list here the a

Path to projects not working correctly.

2014-11-19 Thread Rob D
I am using Visual Studio Online for source control via the TFS Plugin. For Server URL, I am pointing to the DefaultCollection. The Project Path traverses from there down to the folder that contains all project folders. I am using the MSBuild Plugin and for the MSBuild Build File, I specify the

System credentials for VSO

2014-11-11 Thread Rob D
If you are connecting to Visual Studio Online, have you found a way to use anything other than your personal Microsoft Live ID? I have tried the Credentials Viewer but it crashes as others describe in the comments there. I have things working

Re: Publishing vstest results?

2014-11-11 Thread Rob D
enkins: > > ECHO Convert VSTest.console output to JUnit format > > CD %WORKSPACE% > > %JENKINS_HOME%\MyStuff\ConvertVsTest2Junit.bat %WORKSPACE%\TestResults > > > > > > > > > On Wednesday, November 5, 2014 2:08:15 PM UTC-6, Rob D wrote: >> >> Je

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread Rob D
Christoph, I am also new to Jenkins and at the point of running tests on a Visual Studio project. I'm not sure what you mean by running the tests by hand. I am running unit tests and have found the VSTestRunner plugin useful there. However it does not display the test results. I am still trying

Re: Publishing vstest results?

2014-11-05 Thread Rob D
Jeff, did you get this working. I just ran into the same issue and discovered your thread. I am very new to Jenkins so if you or anyone else can explain how to display the results of the vstestrunner plugin so that a beginner can understand it, I would be extremely grateful. Rob On Thursday, J