0

I have E2E tests written in golang and java for my application.

I want to kick off all E2E tests together as part of one Jenkins job. Is it doable?

DaenKhaleesi
  • 179
  • 2
  • 5
  • 17
  • Yrs, justv un in two steps. Catch is 2nd step won't run if the first fails, unless you use a pipeline and [try/catch the failure](https://stackoverflow.com/a/56975220/598141) – Ian W Jan 13 '22 at 03:47
  • Can one Jenkins job run tests from 2 different repository? – DaenKhaleesi Jan 14 '22 at 04:18
  • You can clone pull from multiple repos, but the UI only supports multiple same repos (ie:common ancestor). To clone/pull feom multiple distinct repos, you need to use [pipelines](https://stackoverflow.com/q/37395860/598141) – Ian W Jan 14 '22 at 05:55

0 Answers0