jenkinsci / docker-plugin

Jenkins cloud plugin that uses Docker
https://plugins.jenkins.io/docker-plugin/
MIT License
490 stars 319 forks source link

Use https: for scm URL, not ssh: #924

Closed MarkEWaite closed 1 year ago

MarkEWaite commented 1 year ago

Use https:// URL instead of git:// URL in pom

The regular SCM URL should be readable without authentication. GitHub no longer supports the unauthenticated and unencrypted git:// protocol. Replace it with https:// protocol for read access to the git repository.