Derek Atkins

Results 73 comments of 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://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 ![image](https://private-user-images.githubusercontent.com/32308064/367273005-987c1f3f-cda7-4b5a-9dc0-76b239d04df8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjYyNDExNjUsIm5iZiI6MTcyNjI0MDg2NSwicGF0aCI6Ii8zMjMwODA2NC8zNjcyNzMwMDUtOTg3YzFmM2YtY2RhNy00YjVhLTlkYzAtNzZiMjM5ZDA0ZGY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTEzVDE1MjEwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxZjE3OWNhNTBhN2EzYWRhYWJjNDFiOTQ3MTRjYjlmM2UzOTQ4MDcwZDE0NzQ4N2U2OGI0OTI0ZWRmOGY2MWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.RltS_R4J44PPODLDLWUejNA1LLQcN9baRasW-ngS6mc) 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...