Derek Atkins
Derek Atkins
Here's another example, which might provide some more clue. I created a PR on branch BAS-189 (with HEAD commit 5ad3d0b), but it built the wrong branch/commit. Specifically, it built revision...
Doing some googling, I found https://github.com/jenkinsci/gitlab-plugin/issues/444 which pointed me to https://github.com/jenkinsci/gitlab-plugin/issues/477 -- so I looked at my Test Repo / Project that I've been using for testing (where the build...
I asked Atlassian about it (specifically about including the SSH URI in the webhook), and got this reply: > I've reviewed your request and, my understanding is that you are...
See also https://issues.jenkins.io/browse/JENKINS-67073
See also https://jira.atlassian.com/browse/BCLOUD-21788 -- a feature request to add an SSH URI to the BB webhook.
@mkyc -- where did you make that change? That looks like pipeline code? I'm using a freestyle project, so I have no idea how to make such a change.
@mkyc I'm not 100% sure it's a problem with *this* plugin.. It's possibly a bug in the GIT SCM plugin. Indeed, that appears to be where the error `skipping resolution...
> You can use this as well  Thanks @julioc-p . Is this a new variable or will this work with "older" versions of the plugin? (Or, a better question,...
@juanmacoo -- > This could be related to #200, when merging, a branch s deleted and this might be causing the second build to be triggered. Nope. I just tested...
@julioc-p -- I'm afraid I don't follow. I mean, yes, I understand that a "merge" and a "push" /can/ be different things (e.g. if I push a commit directly into...