Hi everyone,
- test2 branch : code with error in test.py
- test3 branch : code with error in test.py
- master branch : ok code in test.py
So when I modify test.py in each branch and build the project I get 3 builds with 1 success and 2 failures which is fine. But afterwards, when I build the project on Jenkins again (with no modifications on codes), I get 1 build and that is test3 build with failure.
So is that a bug or something? Where are the 2 other builds? Master and test2?
(And one more thing. I think it's the pretty much the same problem. When I modify only test.py in master, then build the project, I get one build with success. It doesn't build other branches.)
Regards,
Ozcan