In my jenkins project, in the configuration 'post-build actions', I try to use the plugin 'perfom subversion tagging on successful build' to realize tag automatic after build successful.
I use the environment variable {POM_VERSION} to get POM parameters, but it doesn't work.
Actually, all properties in pom.xml, like groupID, artifactID don't work. It shows that the result after getting is always null.
How can I solve this problem?