Discussion:
Error fetching remote origin in Jenkins pipeline
Faad Sayaou
2018-11-09 22:30:44 UTC
Permalink
Everything was working fine until i added a new file to my
gitlab repository. It seems jenkins is not keeping track of changes made to
my repository and somehow inconsistent. I am getting the error* Error
fetching remote origin in Jenkins pipeline *after adding this file. Any
help on how to repair this ?
--
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+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/53ac03b6-1925-4e33-b2aa-e9334f6db948%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mark Waite
2018-11-09 22:43:47 UTC
Permalink
You'll need to provide more detail about the error.

The message "Error fetching remote origin" could be caused by many
different problems.

Some examples of the types of problems that might cause that message:

- Credentials have changed to the gitlab server - git can't read from
the remote server
- Permissions have changed in the Jenkins workspace so that git can't
write to the workspace
- Remote repository no longer exists
- Remote repository has been corrupted
- Cached copy of the repository on the Jenkins master has been damaged
- Host key of the gitlab server has change

Mark Waite
Post by Faad Sayaou
Everything was working fine until i added a new file to my
gitlab repository. It seems jenkins is not keeping track of changes made to
my repository and somehow inconsistent. I am getting the error* Error
fetching remote origin in Jenkins pipeline *after adding this file. Any
help on how to repair this ?
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/53ac03b6-1925-4e33-b2aa-e9334f6db948%40googlegroups.com
<https://groups.google.com/d/msgid/jenkinsci-users/53ac03b6-1925-4e33-b2aa-e9334f6db948%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Thanks!
Mark Waite
--
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+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtFeNSgVbZFn91R3q4EtFpjWWOBcQfxoqVxNOrMve5-4cg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...