> Begin forwarded message:
> 
> From: Ali Raza <aliraza...@gmail.com>
> Subject: Gerrit review authentication error(Gerrit code review plugin)
> Date: 12 March 2021 at 13:04:54 GMT
> To: Jenkins Users <jenkinsci-users@googlegroups.com>
> Reply-To: jenkinsci-users@googlegroups.com
> 
>  Hi
> I am using the Gerrit trigger plugin with Jenkins which is working fine but 
> along with it i am also using the Gerrit Code Review plugin. I am calling 
> 'gerrit review' command inside my pipeline script but getting an error 
> 'Gerrit Review requires authentication, however there are no credentials 
> defined or are empty'
> 
> I am not sure from where the Gerrit review is getting the credentials. On the 
> other hand, the Gerrit trigger plugin is getting triggered and executing the 
> build process but when it reaches the 'gerrit review' command it is having an 
> authentication error.
> 
> I am using the Git/https inside my scm settings.

The Gerrit Code Review plugin is designed to extract the credentials from the 
Gerrit SCM source.
In your case, for some reasons, your setup isn’t able to add the Gerrit SCM 
source to the list, even though the plugin is installed.

The result is that when it tries to obtain the credentials, it fails and 
therefore the read operations are still possible but NOT the write operations 
(like the review feedback).

Luca.

> 
> My scm settings are following
>  cm credentials. 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-users+unsubscr...@googlegroups.com 
> <mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/41f480a4-3c6b-4715-974e-43c1c2925c39n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/jenkinsci-users/41f480a4-3c6b-4715-974e-43c1c2925c39n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/35CB7D7F-A6FE-43F4-A61C-9F4795E6BA56%40gmail.com.

Reply via email to