Multiple pipeline with single repository

Copper Contributor

Hi,

 

I would like to create multiple pipeline with single repository using classic.  Its a gradle build and the jar name specified in build.gradle file. (WhatsApp Image 2022-01-06 at 1.41.30 PM.jpeg

 

Pipeline created as below. 

testODD and testEven

If i trigger the odd build it could generate the jar like. test.odd-1.0.1.jar.

currently odd flow working fine. now i need to generate the the even jar. I dont want to create one more branch for even. 

How can i acheive this.

0 Replies