Change By: J John (21/Apr/15 11:04 PM)
Issue Type: Bug Improvement
Description: Using Git Plugin 2.3.4.

When choosing GIT for source control system and specifying
On using  the  git url with http and no username  environment variable ${CHANGES} ,  when  the  plugin runs it sets the committer to  log is shown as  a  different user than the author and the one running the jenkins build.  oneline as

Setup:

Jenkins build with Git.
Executing Nant build script - this script has
[  < exec committer >  commands to call git for "git add ." and "git commit -m "Build Number" --author "svcClairviaBuild"  and "git push origin Fixes" ] <message>

When the git plugin is enabled I think it should be author vs committer  for the  repo  name in  the  final "push" commit to the remote repo always shows the wrong user but will show the author as the one specified  log .

Jenkins is running as a service with the "svcClairviaBuild" user.

Here is the commit message on the server:  *MS030441 is not the committer why is this showing up?

git config global -l = user.name=svcClairviaBuild [email protected]

BUILD:8.4.2.0-1179
5a2a7bae5cBrowse code 
svcClairviaBuild authored 3 minutes ago **ms030441** committed 3 minutes ago
Priority: Critical Trivial
Assignee: Nicolas De Loof
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to