I have two branches, develop and staging. When I push changes to the develop branch, a build is triggered and this works fine.
Now, if I merge develop into staging and push the staging branch, jenkins git plugin says there is no change because the commit id of the staging branch matches the commit id of the develop branch. I'd am using the conditional plugin and I check for the branch name. I'd like to have one test suite for the develop branch and a slightly different suite for the staging branch. How can I do that without duplicating the project within jenkins? -- 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]. For more options, visit https://groups.google.com/d/optout.
