Zhenlei Huang
Zhenlei Huang
> Is there a way to retrieve payload user name at pipeline run? > At the moment the following variables are not set: > > * CHANGE_AUTHOR > * CHANGE_ID...
> I am also interested in this - is there any reason why payload from Bitbucket Webhook is not exposed? E.g. like in this plugin: https://plugins.jenkins.io/bitbucket/ > > $BITBUCKET_PAYLOAD @janisliepins...
@MarkEWaite Previous context https://github.com/jenkinsci/git-plugin/pull/682
@fcojfernandez For the naming, I’m not sure which one is more appropriate, extension vs strategy. The current implementation of computing changelog is somewhat rigid and this plugin provides fixed number...
@fcojfernandez Sorry for late response. I have a local fork of bitbucket-branch-source-plugin that consume this plugin. But currently I’m not able to push it to github to demonstrate the usage...
I'm back :) Rebase on latest master. Downstream usage : 1. bitbucket-branch-source-plugin: https://github.com/gmshake/bitbucket-branch-source-plugin/pull/1/files 2. github-branch-source-plugin: https://github.com/gmshake/github-branch-source-plugin/pull/1/files
> Does the effect not will be the same as we will use for default: > > ``` > project.build.sourceDirectory > project.build.testSourceDirectory > ``` > > without special filtering ......
> > 虽然是sleep 0,但因操作系统时钟精度原因,实际会sleep 几毫秒,不同的系统,精度可能值会不一样; 删除之后,就没有sleep的效果了; > > @fuyou001 > > No. It is not true. The intention of sleep(0) is to introduce safe points. When there is an ongoing...
> What if I want to invert this and do check generated source? Well, this PR changes the default settings. You can still specify the `sourceDirectories` and `testSourceDirectories`, then checkstyle...
> Anyone want to resolve conflicts and merge? This would be useful. I'll rebase it at this weekend. I do not have write access to the Apache repository so I'll...