Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: m2release-plugin
-
Labels:None
-
Similar Issues:
Description
I am running a maven release on Jenkin using maven release plugin.
Below are the two issue I am facing
- After the successful release build, if I want to see the parameter from Jenkins page, it wont show the parameter used to trigger the particular release. From the left pane on Jenkins page, I am unable to see the parameter used.
- I wanted you do custom tag in git repository after the release. For that i have added a tag <tagFormatName> under the configuration tag in pom.xml. It is still not taking the custom tag and creating the default tag such as projectid-version with snapshot
2. likely an issue with your pom as all Jenkins does is run the maven command you have told it to.
Take the command that Jenkins runs and use that locally see if it works. if it works locally please provide an example project replicating the issue.
1. is an RFE not a bug - the parameters are not Jenkins parameters.