I've got to connect Jenkins with an Azure Devops repository. Unfortunately, the Jenkins is behind corporate bars and can't be webhooked from the repository upon a change.
So, I ended up with the good ol' polling in my pipeline job. Since the project uses a gradle scm workflow plugin that calculates the version number and the creation of a release from the git structure, I need to have the jenkins polling react to a tag push.
So, is it anyhow possible to make the jenkins polling be aware of tag pushes at a remote, which means, no additional commit has been done?