Skip to content

Commit f47d53e

Browse files
authored
Replace outdated terminology (#462)
1 parent 9eb126d commit f47d53e

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @jenkinsci/ssh-slaves-plugin-developers
1+
* @jenkinsci/ssh-agents-plugin-developers

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
| WARNING: Changelogs have been moved to [GitHub Releases](https://github.com/jenkinsci/ssh-slaves-plugin/releases) |
3+
| WARNING: Changelogs have been moved to [GitHub Releases](https://github.com/jenkinsci/ssh-agents-plugin/releases) |
44
| --- |
55

66
### Newer versions
77

8-
* See [GitHub Releases](https://github.com/jenkinsci/ssh-slaves-plugin/releases)
8+
* See [GitHub Releases](https://github.com/jenkinsci/ssh-agents-plugin/releases)
99

1010
### 1.30.1 (Jul 21, 2019)
1111
* [JENKINS-58340](https://issues.jenkins-ci.org/browse/JENKINS-58340) docker-plugin-1.1.6 Docker cloud does not work with 1.30.0
@@ -38,7 +38,7 @@
3838
#### Breaking changes
3939

4040
* if you upgrade from 1.29.X, you would have to uninstall trilead-api plugin is no longer used.
41-
* Due to [SECURITY-440](https://jenkins.io/security/advisory/2018-06-25/#SECURITY-440), ssh-credentials could be incorrectly migrated see [Troubleshooting Guide](https://github.com/jenkinsci/ssh-slaves-plugin/blob/master/doc/TROUBLESHOOTING.md#after-upgrade-to-ssh-slaves-128-failed-to-connect-using-ssh-key-credentials-from-files)
41+
* Due to [SECURITY-440](https://jenkins.io/security/advisory/2018-06-25/#SECURITY-440), ssh-credentials could be incorrectly migrated see [Troubleshooting Guide](https://github.com/jenkinsci/ssh-agents-plugin/blob/master/doc/TROUBLESHOOTING.md#after-upgrade-to-ssh-agents-128-failed-to-connect-using-ssh-key-credentials-from-files)
4242
* see 1.27
4343

4444
### 1.29.1 (Nov 20, 2018)
@@ -50,7 +50,7 @@
5050
* see 1.27 and 1.29.0
5151
* It does not longer use the Trilead-ssh2 library provided by the core, it now uses Trilead-api plugin.
5252
* **Plugins that have it as a dependency (EC2 Fleet, Docker, ...) must test the upgrade to 1.29.0.**
53-
53+
5454
### 1.29.0 (Nov 18, 2018)
5555

5656
* [JENKINS-54686](https://issues.jenkins-ci.org/browse/JENKINS-54686) Use trilead-api plugin instead trilead-ssh2 from core
@@ -101,7 +101,7 @@
101101
### 1.26 (Feb 26, 2018)
102102
* [JENKINS-49607](https://issues.jenkins-ci.org/browse/JENKINS-49607) - Report the required Java version when the plugin cannot find Java on the agent
103103
* [JENKINS-43786](https://issues.jenkins-ci.org/browse/JENKINS-43786) - Adapt the administrative monitor to the new design in Jenkins 2.103+
104-
* [PR #82](https://github.com/jenkinsci/ssh-slaves-plugin/pull/82) - Do not lookup for credentials in SSHLauncher constructor so that the launcher can be initialized before the Credentials store is fully loaded (for Configuration-as-Code plugin)
104+
* [PR #82](https://github.com/jenkinsci/ssh-agents-plugin/pull/82) - Do not lookup for credentials in SSHLauncher constructor so that the launcher can be initialized before the Credentials store is fully loaded (for Configuration-as-Code plugin)
105105

106106
### 1.25.1 (Jan 26, 2018)
107107
* [JENKINS-49032](https://issues.jenkins-ci.org/browse/JENKINS-49032) - Revert usage of "exec" command so that SSH Node Launcher can connect to Windows agents (regression in 1.25)
@@ -118,18 +118,18 @@
118118
### 1.23 (Dec 12, 2017)
119119
* [JENKINS-44893](https://issues.jenkins-ci.org/browse/JENKINS-44893) - Prevent the "java.lang.ClassNotFoundException: hudson.plugins.sshslaves.verifiers.JenkinsTrilead9VersionSupport" error in logs
120120
* [JENKINS-19465](https://issues.jenkins-ci.org/browse/JENKINS-19465) - Prevent agent hanging and piling up of afterDisconnect() handler threads when the agent gets disconnected before the launch completion
121-
* [PR #73](https://github.com/jenkinsci/ssh-slaves-plugin/pull/73) - Add explicit MIT license definition to the pom.xml file
121+
* [PR #73](https://github.com/jenkinsci/ssh-agents-plugin/pull/73) - Add explicit MIT license definition to the pom.xml file
122122

123123
### 1.22 (Oct 16, 2017)
124124
* [JENKINS-47448](https://issues.jenkins-ci.org/browse/JENKINS-47448) - Workaround the issue with default JDKInstaller in the plugin by installing Java jdk-8u144
125-
* [PR #71](https://github.com/jenkinsci/ssh-slaves-plugin/pull/71) - Add Chinese translation
125+
* [PR #71](https://github.com/jenkinsci/ssh-agents-plugin/pull/71) - Add Chinese translation
126126

127127
### 1.21 (Aug 18, 2017)
128128
* [JENKINS-29412](https://issues.jenkins-ci.org/browse/JENKINS-29412) - Minimal required Java Level is determined dynamically. Java 8 is required on agents when Jenkins version is 2.54+
129129
* [JENKINS-38832](https://issues.jenkins-ci.org/browse/JENKINS-38832) - Add support for credential usage tracking
130-
* [PR #58](https://github.com/jenkinsci/ssh-slaves-plugin/pull/58) - Remove obsolete reflection code in SSHLauncher
131-
* [PR #53](https://github.com/jenkinsci/ssh-slaves-plugin/pull/53), [PR #56](https://github.com/jenkinsci/ssh-slaves-plugin/pull/56), [PR #57](https://github.com/jenkinsci/ssh-slaves-plugin/pull/57) - Cleanup typos in the documentation and logs
132-
* [PR #64](https://github.com/jenkinsci/ssh-slaves-plugin/pull/64) - The plugin codebase is now explicitly licensed with MIT License
130+
* [PR #58](https://github.com/jenkinsci/ssh-agents-plugin/pull/58) - Remove obsolete reflection code in SSHLauncher
131+
* [PR #53](https://github.com/jenkinsci/ssh-agents-plugin/pull/53), [PR #56](https://github.com/jenkinsci/ssh-agents-plugin/pull/56), [PR #57](https://github.com/jenkinsci/ssh-agents-plugin/pull/57) - Cleanup typos in the documentation and logs
132+
* [PR #64](https://github.com/jenkinsci/ssh-agents-plugin/pull/64) - The plugin codebase is now explicitly licensed with MIT License
133133

134134
### 1.20 (Jun 13, 2017)
135135
* [JENKINS-44832](https://issues.jenkins-ci.org/browse/JENKINS-44832) IllegalArgumentException under some conditions after update to 1.18 (or 1.19).
@@ -151,11 +151,11 @@
151151
* [JENKINS-42022](https://issues.jenkins-ci.org/browse/JENKINS-42022) Remove 'unix machines' from description.
152152

153153
### 1.14 (Mar 16, 2017)
154-
* [PR #44](https://github.com/jenkinsci/ssh-slaves-plugin/pull/44) Get rid of IOException2.
154+
* [PR #44](https://github.com/jenkinsci/ssh-agents-plugin/pull/44) Get rid of IOException2.
155155
* [JENKINS-42022](https://issues.jenkins-ci.org/browse/JENKINS-42022) Remove 'unix machines' from description.
156156

157157
### 1.13 (Jan 28, 2017)
158-
* [PR #41](https://github.com/jenkinsci/ssh-slaves-plugin/pull/41) Do not swallow IOException in case it is not recoverable.
158+
* [PR #41](https://github.com/jenkinsci/ssh-agents-plugin/pull/41) Do not swallow IOException in case it is not recoverable.
159159
* [JENKINS-40001](https://issues.jenkins-ci.org/browse/JENKINS-40001) Added plugin's description.
160160

161161
### 1.12 (Dec 01, 2016)
@@ -225,7 +225,7 @@
225225
* Added some Japanese localizations
226226
* Prevented persistence of duplicate credentials under some code paths
227227
* Restored support for using an empty username as an indicator of the user that Jenkins is running as.
228-
* Upgrade to the latest version of the ssh-credentials plugin.
228+
* Upgrade to the latest version of the ssh-credentials plugin.
229229

230230
### 0.23 (Mar 21, 2013)
231231
* Rely on SSH Credentials Plugin for unified credential handling across different places that use SSH

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SSH Build Agents Plugin for Jenkins
22
=========================
33

4-
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/ssh-slaves.svg)](https://plugins.jenkins.io/ssh-slaves)
5-
[![GitHub release](https://img.shields.io/github/release/jenkinsci/ssh-slaves-plugin.svg?label=changelog)](https://github.com/jenkinsci/ssh-slaves-plugin/releases/latest)
6-
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/ssh-slaves.svg?color=blue)](https://plugins.jenkins.io/ssh-slaves)
4+
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/ssh-agents.svg)](https://plugins.jenkins.io/ssh-agents)
5+
[![GitHub release](https://img.shields.io/github/release/jenkinsci/ssh-agents-plugin.svg?label=changelog)](https://github.com/jenkinsci/ssh-agents-plugin/releases/latest)
6+
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/ssh-agents.svg?color=blue)](https://plugins.jenkins.io/ssh-agents)
77

88
Provides a means to launch agents via SSH.
99

@@ -15,10 +15,10 @@ Provides a means to launch agents via SSH.
1515

1616
## Changelog
1717

18-
* For 1.30.0 and newer versions, see [GitHub Releases](https://github.com/jenkinsci/ssh-slaves-plugin/releases)
18+
* For 1.30.0 and newer versions, see [GitHub Releases](https://github.com/jenkinsci/ssh-agents-plugin/releases)
1919
* For previous versions, see [this file](./CHANGELOG.md)
2020

2121
## Notes
2222

2323
This plugin is formerly known as "SSH Slaves Plugin".
24-
It was renamed in [1.31.0](https://github.com/jenkinsci/ssh-slaves-plugin/releases/tag/ssh-slaves-1.31.0), but the plugin ID was retained as `ssh-slaves` to retain compatibility for the plugin users.
24+
It was renamed in [1.31.0](https://github.com/jenkinsci/ssh-agents-plugin/releases/tag/ssh-slaves-1.31.0), but the plugin ID was retained as `ssh-slaves` to retain compatibility for the plugin users.

doc/TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ java.lang.NoClassDefFoundError: com/trilead/ssh2/Connection
138138
[11/20/18 00:29:57] [SSH] Connection closed.
139139
```
140140

141-
### After upgrade to ssh-slaves 1.28+ Failed to connect using SSH key credentials from files
141+
### After upgrade to ssh-agents 1.28+ Failed to connect using SSH key credentials from files
142142

143143
The SSH Build Agents Plugin version newer than 1.28 uses ssh-credentials 1.14, this versions deprecated the use of "From the Jenkins controller ~/.ssh", and "From a file on Jenkins controller" SSH credential types because [SECURITY-440](https://jenkins.io/security/advisory/2018-06-25/#SECURITY-440), the ssh-credentials plugins should migrate these deprecated credentials to "Enter directly" type on restart but seems there are some cases that it fails or it is not possible.
144144

@@ -166,7 +166,7 @@ ConversionException: Could not call com.cloudbees.jenkins.plugins.sshcredentials
166166

167167
### Selenium Grid agents failed to connect
168168

169-
On Jenkins Core 2.89.3, [Agent - Controller Access Control](https://wiki.jenkins.io/display/JENKINS/Slave+To+Master+Access+Control) was introduced it can causes an issue with Selenium Grid Agents, to fix this problem you have to disable: "Manage Jenkins" > "Configure Global Security", and check "Enable Agent → Controller Access Control" (as it's said in Jenkins documentation)
169+
On Jenkins Core 2.89.3, [Agent - Controller Access Control](https://wiki.jenkins.io/display/JENKINS/Slave+To+Master+Access+Control) was introduced it can causes an issue with Selenium Grid Agents, to fix this problem you have to disable: "Manage Jenkins" > "Configure Global Security", and check "Enable Agent → Controller Access Control" (as it's said in Jenkins documentation)
170170
you can see more details at [JENKINS-49118](https://issues.jenkins.io/browse/JENKINS-49118)
171171
https://wiki.jenkins.io/display/JENKINS/Slave+To+Master+Access+Control
172172

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<packaging>hpi</packaging>
1414

1515
<name>SSH Build Agents plugin</name>
16-
<url>https://github.com/jenkinsci/ssh-slaves-plugin</url>
16+
<url>https://github.com/jenkinsci/ssh-agents-plugin</url>
1717
<description>Allows to launch agents over SSH, using a Java implementation of the SSH protocol</description>
1818

1919
<licenses>
@@ -77,9 +77,9 @@
7777
</developers>
7878

7979
<scm>
80-
<connection>scm:git:https://github.com/jenkinsci/ssh-slaves-plugin.git</connection>
81-
<developerConnection>scm:git:git@github.com:jenkinsci/ssh-slaves-plugin.git</developerConnection>
82-
<url>https://github.com/jenkinsci/ssh-slaves-plugin</url>
80+
<connection>scm:git:https://github.com/jenkinsci/ssh-agents-plugin.git</connection>
81+
<developerConnection>scm:git:git@github.com:jenkinsci/ssh-agents-plugin.git</developerConnection>
82+
<url>https://github.com/jenkinsci/ssh-agents-plugin</url>
8383
<tag>${scmTag}</tag>
8484
</scm>
8585

0 commit comments

Comments
 (0)