| When I push a tag, github webhook correctly calls my jenkins hook. However nothing is triggered. The log shows that it receives the tag information however as it is on a commit that was already built, it did not detect any change so the built was not triggered. It would be great to have a behavior to force the build on a tag. My use case is to build a docker image tagged with the tag name automatically. |