Tomas Bjerre

Results 365 comments of Tomas Bjerre

This is sort of related to https://issues.jenkins-ci.org/browse/JENKINS-38949

Yes it will generate it from scratch each time. And yes prepending may work for you. Im labeling this as enhencement to investigate if this can be implemented.

The GitHub issues are cached, on filesystem. If caching was implemented on filesystem also for Jira, perhaps that would solve your problem?

That is a general Jenkins pipeline question and should not be asked here. You may have a look at: https://stackoverflow.com/questions/41900830/how-to-append-a-text-to-a-file-in-jenkinsfile

Can you repeat this in an open repository? Something that I can access.

I'll have a look when I find the time. `master` is needed because of default value of parameter. https://github.com/tomasbjerre/git-changelog-command-line ``` ... -tr, --to-ref To ref. : any string Default: refs/heads/master...

You mean GitHub *milestone*?

You can specify 2 commits and have a changelog generated between them. Is you problem how to find which those 2 commits are?

Are you sure there is not more stacktrace? How did you configure the plugin?

Can you supply your pipeline code?