jenkinsci / sidebar-link-plugin

Jenkins sidebar-link plugin
https://plugins.jenkins.io/sidebar-link/
MIT License
26 stars 43 forks source link

Fixes warnings: #66

Closed damianszczepanik closed 1 year ago

damianszczepanik commented 1 year ago

[WARNING] connection>scm:git:ssh://git@github.com/${gitHubRepo}.git</connection is invalid because ssh:// URLs do not work well with PCT. Replace it with scm:git:https://github.com/${gitHubRepo}.git. In the future this warning will be changed to an error and will break the build. [WARNING] developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection is invalid because ssh:// URLs do not work well with PCT. Replace it with developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection. In the future this warning will be changed to an error and will break the build.

Testing done

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue