Re: Making the jenkins scm checkout smart

2018-10-30 Thread Ivan Fernandez Calvo
you need to take a look to multibranch pipelines and blueocean, i think it makes what you want https://jenkins.io/projects/blueocean/ https://jenkins.io/doc/book/pipeline/multibranch/ https://jenkins.io/doc/tutorials/build-a-multibranch-pipeline-project/ -- You received this message because you

Re: Making the jenkins scm checkout smart

2018-10-30 Thread Mark Waite
Replies inline On Tue, Oct 30, 2018 at 7:43 AM touseef wrote: > Hi , > > I have a source code repository having multiple branches say branch1, > branch2 and so on. > > Currently i have a jenkins jobs which builds the master or whatever i > specify in job configuration.Now what i wish to achieve

Making the jenkins scm checkout smart

2018-10-29 Thread touseef
Hi , I have a source code repository having multiple branches say branch1, branch2 and so on. Currently i have a jenkins jobs which builds the master or whatever i specify in job configuration.Now what i wish to achieve is if i commit my changes to branch 1 , my jenkins job should automaticall