Setting the SCM from groovy

2017-04-13 Thread Alejandro del Castillo
Hi all, Since there is no TFS plugin support in pipeline [1] I am trying to do the association of SCM to a job via groovy. Something like: def jenkins = Jenkins.getInstance() def job = jenkins.getItem("JOB_NAME") def scm = new hudson.plugins.tfs.TeamFoundationServerScm(serverUrl,

Re: what is the max no of slaves you have added to jenkins master?

2017-03-23 Thread Alejandro del Castillo
On 03/22/2017 07:05 PM, Stephen Connolly wrote: > If the hardware for the master is good enough and you are willing to > spend time tuning GC parameters... and your builds are not to chatty you > should be able to have 1k agents attached... with effort you can get to > 2k agents. > > I recommend