vivin / gradle-semantic-build-versioning

Gradle plugin to generate version-numbers and tags using semantic versioning
MIT License
85 stars 32 forks source link

Pushing tags to git throws "Authentication error" #97

Closed rustycl0ck closed 6 years ago

rustycl0ck commented 6 years ago

Following error occurs when trying to use --push with the tag option. Please specify how/where to provide the credentials. This is happening on my Jenkins though.

Execution failed for task ':tag'.
> org.eclipse.jgit.api.errors.TransportException: https://my.hosted.git/some/project/name.git: Authentication is required but no CredentialsProvider has been registered

Error occurs here in the gradle-semantic-build-versioning plugin.

rustycl0ck commented 6 years ago

Closing in favor of #73