Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: build-user-vars-plugin, m2release-plugin, release-plugin
-
Labels:None
-
Environment:Windows 2008 Server, Oracle JDK 1.7.0, Jenkins 1.509.4 LTS, plugin v1.1
-
Similar Issues:
Description
When doing a release for a Maven build project (using the m2release plugin), the build user vars gets screwed up in the Maven build during the Maven build execution triggered by release:perform.
BUILD_USER is set to the user id ('kaha14' for example). BUILD_USER_ID is not set. BUILD_USER_FIRST_NAME is set to the same as BUILD_USER and BUILD_USER_LAST_NAME is not set (probably because BUILD_USER is just one word).
Attachments
Issue Links
- depends on
-
JENKINS-20791 ReleaseCause should extend UserIdCause
-
- Resolved
-
- is related to
-
JENKINS-20797 UserIdCause should be used, not UserCause
-
- Resolved
-
Refreshing my memory I verified this for the m2release-plugin and
JENKINS-20791solves it and v0.14.0 is verified to work.The other plugin (release-plugin) I don't know.