[JIRA] (JENKINS-38164) Group changelog entries by Jenkins build numbers

2018-04-21 Thread tomas.bjerr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Bjerre closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38164  
 
 
  Group changelog entries by Jenkins build numbers   
 

  
 
 
 
 

 
Change By: 
 Tomas Bjerre  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38164) Group changelog entries by Jenkins build numbers

2018-04-20 Thread tomas.bjerr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Bjerre commented on  JENKINS-38164  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Group changelog entries by Jenkins build numbers   
 

  
 
 
 
 

 
 Here is an example that recursively gets the older builds: https://stackoverflow.com/questions/38084806/how-to-get-the-changes-since-the-last-successful-build-in-jenkins-pipeline Here is an example that gets the changesets of builds: https://support.cloudbees.com/hc/en-us/articles/217630098-How-to-access-Changelogs-in-a-Pipeline-Job- Using that in combination with this plugin should solve this. 

 

 def changelogString = gitChangelog returnType: 'STRING',
  from: [type: 'COMMIT', value: 'commit hash here'],
  to: [type: 'COMMIT', value: 'next build commit hash here'],
  template: """
   the template...  
  """
 
 println changelogString
 

      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38164) Group changelog entries by Jenkins build numbers

2018-04-20 Thread tomas.bjerr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Bjerre assigned an issue to Tomas Bjerre  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38164  
 
 
  Group changelog entries by Jenkins build numbers   
 

  
 
 
 
 

 
Change By: 
 Tomas Bjerre  
 
 
Assignee: 
 Paul Wellner Bou Tomas Bjerre  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38164) Group changelog entries by Jenkins build numbers

2016-10-12 Thread lubomir.va...@nike.sk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lubo Varga commented on  JENKINS-38164  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Group changelog entries by Jenkins build numbers   
 

  
 
 
 
 

 
 What about to set "from commit" to last successful build (it is $GIT_PREVIOUS_SUCCESSFUL_COMMIT, see environment variables here: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-AdvancedFeaturesorigin%2Fmaster) and till just current commit (it is $GIT_COMMIT variable). It would always give you git changelog from last successful build till current build.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38164) Group changelog entries by Jenkins build numbers

2016-09-13 Thread carsten.pfeif...@gebit.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carsten Pfeiffer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38164  
 
 
  Group changelog entries by Jenkins build numbers   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Paul Wellner Bou  
 
 
Components: 
 git-changelog-plugin  
 
 
Created: 
 2016/Sep/13 11:33 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Carsten Pfeiffer  
 

  
 
 
 
 

 
 It would be nice if the changelog could optionally be grouped by jenkins job build numbers. Not everyone tags every build. So one could use the build number as some kind of "implicit tag" to group those commits that were added for a build.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment