Martin d'Anjou

Results 39 comments of Martin d'Anjou

Maybe this can be introduced differently, perhaps a statement saying that at the minimum one of the supported plugins must be applied, and tell the user to see the wiki...

It gets further but it gives a really strange error message with `-Drevision=integration` : ``` The exception that is the cause of unresolved state: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.domain:dep1:+. Required...

Thank you @ben-manes . When I have a chance I will look into the details and see if I can come up with something.

Hello @mashuangwei . This feature does not exist in jenkins-rest. Would you be able to send a pull-request with some tests? I'd be happy to review it.

The `ForbiddenException` looks like an authentication issue to me. Please turn on [debug logs](https://github.com/cdancy/jenkins-rest/wiki/Logging) and examine the HTTP packets.

I agree with breaking PR #35 into multiple smaller PRs. It will be easier to review.

Dear bot, reopen please.

I am referencing the "from" but maybe I should refer the "merge". I need to study the Git plugin, and also how Stash behaves when a PR can no longer...

@bmoyles Not for now. I find the Jenkins Git Plugin overly complicated, severely lacking in documentation and tests, and for those reasons I have concerns over its long term stability....

@monitorjbl why do you use `pr/*` in Refspec: `+refs/pull-requests/*/from:refs/remotes/origin/pr/*`? I see no such branch when I type `git ls-remote upstream`. The branches I see are called `refs/pull/requests/*/from`. Thanks for helping...