Re: Jenkins Pipeline Groovy Script for TFS as SCM

2018-03-06 Thread Mark Waite
I'm sorry, but I can't provide detailed configuration instructions for TFS. On Tue, Mar 6, 2018, 4:42 AM Sharon Cohen George wrote: > Hi Mark, > > I am also trying to work with the TFS plugin on Jenkins builds. > > We use Jenkins ver. 2.89.4 with the tfs plugin 5.126.0 > I can see that the build

Re: Jenkins Pipeline Groovy Script for TFS as SCM

2018-03-06 Thread Sharon Cohen George
Hi Mark, I am also trying to work with the TFS plugin on Jenkins builds. We use Jenkins ver. 2.89.4 with the tfs plugin 5.126.0 I can see that the build detects successfully the last change set available, but it keeps failing on the stage of get latest sources: Getting version 'C9477' to '/v

Re: Jenkins Pipeline Groovy Script for TFS as SCM

2017-03-21 Thread Mark Waite
You might check with your TFS administrator to see if they've enabled git access to the TFS repository. If they have, then you can use the git plugin to clone the TFS repository. Mark Waite On Tue, Mar 21, 2017 at 6:52 AM Salman Patel wrote: > Hello Guys, > I have started creating Jenkins job

Jenkins Pipeline Groovy Script for TFS as SCM

2017-03-21 Thread Salman Patel
Hello Guys, I have started creating Jenkins job with Pipeline Plugin. I am able to build a job when I use *'git'* for source code (of project to be build) checkout. Do we have any option to use '*tfs' *for the same. I have found some webpages saying that TFS Plugin do not support Credentials plu