On Saturday, April 27, 2024 at 3:46:30 PM UTC-6 erick....@gmail.com wrote:

Subject: Issue with accessing GitLab repository from Jenkins

Problem Description:
We have configured Jenkins to access a GitLab repository hosted at 
`192.168.0.24:Berechit/easyformer.git`, but we are encountering 
authentication errors when attempting to retrieve changes from this 
repository. Despite several checks, we have been unable to resolve the 
issue.

Verified Elements:
- Correct configuration of SSH keys in GitLab and Jenkins.
- Permissions on the GitLab repository have been checked and appear to be 
correct.
- SSH keys have been manually tested from the Jenkins container and appear 
to be functioning correctly.
- Jenkins logs indicate an authentication error when attempting to retrieve 
changes from the repository.
WARNING: Unknown parameter(s) found for class type 
'jenkins.plugins.git.GitStep': credentials The recommended git tool is: 
NONE No credentials specified

That message likely means that your pipeline includes the step:

git credential: 'abc' url: 'your-git-repo-url'

The "credential" parameter is not a valid parameter for the "git" step.  
Use the Pipeline syntax snippet generator to use the correct parameter 
name. The Git client plugin documentation page includes a 90 second video 
that shows how to use the generator

-- 
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/910f6025-7cff-424d-b6df-5a4ca26d0fe8n%40googlegroups.com.

Reply via email to