Re: Pull two repos into one build

2020-05-25 Thread Pete Kane
. > > > > However, I did change that because I dont know how to handle pull requests > in a simple way with this approach. I now use git submodules, > > so one is a submodule of the other. > > > > Felix > > > > > > On Tue, May 19, 2020, 14:13 Pete

Re: Pull two repos into one build

2020-05-20 Thread Pete Kane
watching a Declarative Pipeline video that Kohsuke Kawaguchi hosted > with Tyler Johnson and me presenting some ideas that make it easier to > succeed with declarative pipeline. > > Specific comments are placed inline. > > On Tue, May 19, 2020 at 8:31 AM Pete Kane > wrote: > >>

Re: Pull two repos into one build

2020-05-19 Thread Pete Kane
gt; so one is a submodule of the other. > > Felix > > > On Tue, May 19, 2020, 14:13 Pete Kane > wrote: > >> Title says it all really - I have an existing Pipeline SCM job setup >> which utilises a Jenkins file in my Github repo ( the Jenkinsfile is itself

Re: Pull two repos into one build

2020-05-19 Thread Pete Kane
s examples available. I have a scripted pipeline example > <https://github.com/MarkEWaite/jenkins-bugs/blob/0e5da043baa1249f306fbda2e87cc2fb12ac902f/Jenkinsfile#L18> > and > a declarative pipeline example > <https://github.com/MarkEWaite/jenkins-bugs/blob/576e3ea0e9d9eb93970fe5d144e

Pull two repos into one build

2020-05-19 Thread Pete Kane
Title says it all really - I have an existing Pipeline SCM job setup which utilises a Jenkins file in my Github repo ( the Jenkinsfile is itself a pipeline ) All works perfectly. I want to split my current repo ( seperation of concerns reasons ) into two repos but still use the Jenkinsfile to