Branch: refs/heads/master
Home: https://github.com/jenkinsci/sidebar-link-plugin
Commit: 5d8334c90daaefbe9e2b79f2ee7be6e481a01905
https://github.com/jenkinsci/sidebar-link-plugin/commit/5d8334c90daaefbe9e2b79f2ee7be6e481a01905
Author: Damian Szczepanik <[email protected]>
Date: 2023-10-07 (Sat, 07 Oct 2023)
Changed paths:
M pom.xml
Log Message:
-----------
Fixes warnings: (#66)
[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/master/3f9dd9-5d8334%40github.com.