Hi Felix, thanks for replying I think I have a steep learning curve ahead
learning this scripting syntax - I've been a paid programmer / analyst /
developer / software engineer for 35 + years but I've never had to use
Jenkins or its ilk - I have to say it's a cool piece of kit
On Tuesday, 19 May 2020 15:11:13 UTC+1, Felix Dorner wrote:
>
> I used
>
> options { skipDefaultCheckout() }
>
> and then clone my projects into subdirectories with:
>
> checkout([$class: 'GitSCM',
>
> branches: [[name: "*/${env.BRANCH_NAME}"]],
>
> doGenerateSubmoduleConfigurations: false,
>
> extensions: [[$class: 'RelativeTargetDirectory',
>
> relativeTargetDir: subdir1],
>
> ]] ///...
>
> 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 Kane <[email protected]
> <javascript:>> 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
>> 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 pull them both into one build (
>> does this make sense ? ) is this the correct way of doing things ?
>>
>> TIA
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/354e3634-2e36-4de8-9664-af47450fe906%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/jenkinsci-users/354e3634-2e36-4de8-9664-af47450fe906%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/3ead1a39-725e-4407-8be5-4fab7b2b0d98%40googlegroups.com.