[JIRA] (JENKINS-38698) Commits, made via github, displayed with "noreply" user

2016-10-04 Thread ks.nenash...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kseniia Nenasheva updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38698  
 
 
  Commits, made via github, displayed with "noreply" user   
 

  
 
 
 
 

 
Change By: 
 Kseniia Nenasheva  
 

  
 
 
 
 

 
 +Steps:+# Create Pipeline job for any project on github. {code}node {   def mvnHome   stage('Preparation') {   git 'https://github.com/user-github/project.git' mvnHome = tool 'M3'   }   stage('Build') {  if (isUnix()) { sh "'${mvnHome}/bin/mvn' -Dmaven.test.failure.ignore clean package"  } else { bat(/"${mvnHome}\bin\mvn" -Dmaven.test.failure.ignore clean package/)  }   stage('Results') {  junit '**/target/surefire-reports/TEST-*.xml'  archive 'target/*.jar'   }}{code} # Open this project on github.# Edit any files via the web interface. Commit.# Run this job.# Check Recent Changes:*Expected Result:* Recent changes have been made the  correct  user from github.*Actual Result:* Recent changes have been made the "noreply" user. #  Correct git log:{noformat}commit 497fb99ae5c481f72ea34fa2e190afa908660798Author: ksenia-nenasheva Date:   Tue Oct 4 14:46:24 2016 +0200Update Jenkinsfilecommit bbf860b9a6c7a28208b717d42e6f8665b21063a8Author: ksenia-nenasheva Date:   Tue Oct 4 14:18:41 2016 +0200Update Jenkinsfilecommit 7312064526032f050b04335b4676b27b48a698f0Author: ksenia-nenasheva Date:   Tue Oct 4 13:56:31 2016 +0200Update Jenkinsfile{noformat}Please see the attached screenshots.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by 

[JIRA] (JENKINS-38698) Commits, made via github, displayed with "noreply" user

2016-10-04 Thread ks.nenash...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kseniia Nenasheva created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38698  
 
 
  Commits, made via github, displayed with "noreply" user   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 Changes in Blue Ocean.png, Changes.png  
 
 
Components: 
 pipeline  
 
 
Created: 
 2016/Oct/04 2:03 PM  
 
 
Environment: 
 jenkins-2.7.4  
 
 
Labels: 
 pipeline github changes  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Kseniia Nenasheva  
 

  
 
 
 
 

 
 Steps: 
 
Create Pipeline job for any project on github. 
Open this project on github. 
Edit any files via the web interface. Commit. 
Run this job. 
Check Recent Changes: Expected Result: Recent changes have been made the user from github. Actual Result: Recent changes have been made the "noreply" user. 
Correct git log: 

 
commit 497fb99ae5c481f72ea34fa2e190afa908660798