Re: Multi-branch pipeline without Jenkinsfile in the repo?

2018-01-17 Thread Jesse Glick
On Saturday, April 29, 2017 at 5:06:32 PM UTC-4, Kaido Kert wrote: > > When i configure a pipeline multibranch build item, there is a Build > Configuration: Mode dropdown in the UI, which frustratingly only offers 1 > option: Jenkinsfile. > I'm guessing there is some plugin or mechanism to get mo

Re: Multi-branch pipeline without Jenkinsfile in the repo?

2018-01-16 Thread Mark Waite
On Tue, Jan 16, 2018 at 8:52 AM wrote: > Is it still possible to have this triggered on PR on the repository > without the Jenkinsfile ? > > I don't think so. Using a "shadow repository" with a Jenkinsfile is a temporary technique that I used while exploring Jenkins Pipeline. If you're ready t

Re: Multi-branch pipeline without Jenkinsfile in the repo?

2018-01-16 Thread dhl-dev
Is it still possible to have this triggered on PR on the repository without the Jenkinsfile ? On Sunday, April 30, 2017 at 1:46:32 AM UTC+2, Mark Waite wrote: > > > > On Saturday, April 29, 2017 at 3:06:32 PM UTC-6, Kaido Kert wrote: >> >> Hi, >> >> I've been using Freestyle multibranch project

Re: Multi-branch pipeline without Jenkinsfile in the repo?

2017-10-02 Thread Leandro Nunes
Hi, I´m also facing this scenario right now ! Currently I´ve just added a Jenkinsfile into each branch (it was *so hard and tedious* to change it and replicate over all branches =/) This workflow doesn't look very sustainable, so I´ll configure this standalone repo strategy, suggested by Mark,

Re: Multi-branch pipeline without Jenkinsfile in the repo?

2017-08-08 Thread h1volt3
Hi, Sorry for resurrecting this thread. I have the same problem where the build pipeline is almost identical between projects, and the build pipeline and environment is controlled by build engineers, not the developers, so it's very tedious to put the same Jenkinsfile into tens of different rep

Re: Multi-branch pipeline without Jenkinsfile in the repo?

2017-04-30 Thread Kaido Kert
That On Saturday, April 29, 2017 at 4:46:32 PM UTC-7, Mark Waite wrote: > > > > On Saturday, April 29, 2017 at 3:06:32 PM UTC-6, Kaido Kert wrote: >> >> Hi, >> >> I've been using Freestyle multibranch project option for a long time to >> run multi-branch builds. However, it officially say's its

Re: Multi-branch pipeline without Jenkinsfile in the repo?

2017-04-29 Thread Mark Waite
On Saturday, April 29, 2017 at 3:06:32 PM UTC-6, Kaido Kert wrote: > > Hi, > > I've been using Freestyle multibranch project option for a long time to > run multi-branch builds. However, it officially say's its deprecated now. > However, we do not have the freedom to stuff Jenkinsfile into all