Hi, in our current setup we have different git branch types (defined by ourself).
- hotfix branches (goes direct to master and if tests are successful, they will be merged into master - feature branches If a feature branch get a new commit, the tests will run on the "features merged to master" temporary - branch. if successful our gui shows green. if not, it shows red ;) The tests running for ca 8 minutes. Our problem is the following. If a hotfix is commited within this feature test time, the run of the feature test is senseless because after that the hotfix will merged in master , then tested , and feature will merged to master and tested again. So is it possible to abort a running test if another commit is detected on special branches ? Info: our tests running per ant and testng (java code) -- 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.
