-
Notifications
You must be signed in to change notification settings - Fork 11
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
Git Authentication issues on Jenkins job #12
Comments
For those with the same issue.
|
Hi @Lacront,
The Git command execution is just the same as semantic-release. |
Fetch repository with repo URL the same way as semantic-release does to (hopefully) resolve authentication errors with Jenkins.
Fetch repository with repo URL the same way as semantic-release does to (hopefully) resolve authentication errors with Jenkins.
## [1.4.1](v1.4.0...v1.4.1) (2021-04-09) ### Bug Fixes * fetch repository with URL ([#12](#12)) ([2efae25](2efae25))
Can you try v1.4.1 to see if that fixed your issue? |
This reverts commit 2efae25 as that broke everything.
All right, that does not work and breaks the whole execution. |
Hey, I sadly can't get this plugin to work in my Jenkins environment due to Git authentication errors when the plugin attempts to execute
git fetch
.The weird thing is that
semantic-release
itself has no issues with git.It can push version commits and set git tags perfectly fine.
Here is my plugin config:
Here is my build step:
And here the error that is thrown:
Is the plugin handling git authentication differently than semantic-release?
Thank you!
The text was updated successfully, but these errors were encountered: