Branch: refs/heads/scm
Home: https://github.com/jenkinsci/sidebar-link-plugin
Commit: 3a85453153463d83096fa8f5b26188e646f119bf
https://github.com/jenkinsci/sidebar-link-plugin/commit/3a85453153463d83096fa8f5b26188e646f119bf
Author: Damian Szczepanik <[email protected]>
Date: 2023-10-07 (Sat, 07 Oct 2023)
Changed paths:
M pom.xml
Log Message:
-----------
Fixes warnings:
[WARNING]
<connection>scm:git:ssh://[email protected]/${gitHubRepo}.git</connection> is
invalid because ssh:// URLs do not work well with PCT. Replace it with
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>. In the
future this warning will be changed to an error and will break the build.
[WARNING]
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
is invalid because ssh:// URLs do not work well with PCT. Replace it with
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>.
In the future this warning will be changed to an error and will break the
build.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sidebar-link-plugin/push/refs/heads/scm/000000-3a8545%40github.com.