Broken Develop Branch 21 February 2017

Hi folks, I know this had happened several times, that our develop branch not always stable. It's because of a hole in our development process. confused:confused:

Currently you usually create a new branch from latest develop like the graph below.

_____yourfeaturebranch ––> build by jenkins on codereview phase
____/______________________\ it's accepted and you are doing arc land
___/________________________ \
develop–––––––––––––->develop' –-> build again by jenkins after merge.

The thing is. sometimes your feature branch can cleanly merge to develop but actually broke the build. It's success on codereview because it's still based on older develop.

Currently the way to prevent it is by:

Any suggestion / idea is welcome. Thank you for your attention bow:bow: