Open tglbn52 opened 3 years ago
I have the same problem, could you solve it?
He instalado y configurado el proyecto de estilo libre jenkisn con el generador de solicitudes de fusión Gitlab. cuando trato de guardar lo mismo, se produce un problema al procesar la solicitud. No estoy seguro de qué salió mal.
No estoy seguro de qué registrador capturará los registros del complemento de compilación de solicitudes de fusión de Gitlab
También he configurado el trabajo con una pestaña cronline por cada 5 segundos, pero no está activando la acumulación.
Aquí esta la respuesta: https://stackoverflow.com/questions/75608496/cant-connect-to-the-gitlab-from-jenkins
Sorry for my bad English.
Adding "." to your JENKINS URL will fix your issue. I found an input check from the plugin's source that reject the incoming request if the source URL doesn't contain "."
For example: my-jenkins -> my-jenkins.local
For more details: https://github.com/jenkinsci/gitlab-branch-source-plugin/blob/master/src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabHookCreator.java
I have installed and configured jenkisn freestyle project with Gitlab merge request builder. when i try to save the same its throwing 'A problem occurred while processing the request.' error. Not sure what went wrong.
I am not sure what the logger to capture Gitlab Merge Request build' plugin logs
I have also configured the job with cronline tab for every 5 secs but its not triggering the buil.