Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addGitLabMRComment does not work with Multi-branch pipeline #1522

Open
vickyrare opened this issue Jun 28, 2023 · 1 comment
Open

addGitLabMRComment does not work with Multi-branch pipeline #1522

vickyrare opened this issue Jun 28, 2023 · 1 comment
Labels
bug For changelog: Minor bug. Will be listed after features

Comments

@vickyrare
Copy link

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

Linux

Reproduction steps

Add "addGitLabMRComment" to steps

post {
unstable {
echo "This block runs if the current status is marked unstable."
addGitLabMRComment comment: 'Unit tests failed'
}
}

Expected Results

MR comment should be added to GitLab.

Actual Results

MR comment is not added to GitLab.

Anything else?

No response

@vickyrare vickyrare added the bug For changelog: Minor bug. Will be listed after features label Jun 28, 2023
@madduci
Copy link

madduci commented Jun 28, 2024

Hi

i have the same problem with the latest Jenkins LTS version. Is there news on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For changelog: Minor bug. Will be listed after features
Projects
None yet
Development

No branches or pull requests

2 participants