Re: Jenkins pipeline git branch push trigger

2020-02-23 Thread Ramanathan Muthaiah
On Tuesday, November 12, 2019 at 3:58:41 AM UTC+5:30, Jerome Godbout wrote: > > Hi, > I'm using my Jenkins file pipeline to checkout and build, I have a > pipeline project I would like to get triggered only when a push to a > specific branch occur. The Git repos is host on bitbucket cloud service

Jenkins pipeline git branch push trigger

2019-11-11 Thread Jerome Godbout
Hi, I'm using my Jenkins file pipeline to checkout and build, I have a pipeline project I would like to get triggered only when a push to a specific branch occur. The Git repos is host on bitbucket cloud services. I cannot make a webhook, since the Jenkins run on an intranet and cannot be access

Re: Pipeline & Git branch

2017-01-28 Thread Sharan Basappa
Thanks. I do have conceptual questions. I will continue that thread ... On Saturday, 28 January 2017 10:35:09 UTC+5:30, Mark Waite wrote: > Did you try the steps I described earlier? > https://groups.google.com/d/msg/jenkinsci-users/jiwtA088sXc/BjL-X6DjCwAJ > > On Friday, January 27, 2017 at 9

Re: Pipeline & Git branch

2017-01-27 Thread Mark Waite
Did you try the steps I described earlier? https://groups.google.com/d/msg/jenkinsci-users/jiwtA088sXc/BjL-X6DjCwAJ On Friday, January 27, 2017 at 9:12:38 PM UTC-7, Sharan Basappa wrote: > > > I would like to list out all branches in Git with a specific naming > convention (feature_*) and then

Pipeline & Git branch

2017-01-27 Thread Sharan Basappa
I would like to list out all branches in Git with a specific naming convention (feature_*) and then start a build process (compile, test and publish) for each of those branches. Can someone, please, give me some directions on this? Thanks -- You received this message because you are subscrib