From 750c063fdb8d6e939698269454ebdedba34c104d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evaristo=20Gutie=CC=81rrez?= Date: Thu, 24 Nov 2016 10:15:18 +0100 Subject: [PATCH 1/5] [JENKINS-40001] Add plugin description to POM. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8a6bf53a..28554c47 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ Jenkins SSH Slaves plugin http://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin + Allows to manage slaves running on Unix machines over SSH. 1.609.1 From a37e12b6130c2555e723f04802985f41340051f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evaristo=20Gutie=CC=81rrez?= Date: Thu, 24 Nov 2016 11:38:48 +0100 Subject: [PATCH 2/5] [JENKINS-40001] Remove final dot. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 28554c47..efea40ad 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ Jenkins SSH Slaves plugin http://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin - Allows to manage slaves running on Unix machines over SSH. + Allows to manage slaves running on Unix machines over SSH 1.609.1 From 37e4a46bfa41c08491fcd47a7f10d7bb564179e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evaristo=20Gutie=CC=81rrez?= Date: Thu, 24 Nov 2016 12:14:43 +0100 Subject: [PATCH 3/5] [JENKINS-40001] Changing slightly the description. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efea40ad..1e00cf5e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ Jenkins SSH Slaves plugin http://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin - Allows to manage slaves running on Unix machines over SSH + Allows to launch agents running on Unix machines over SSH 1.609.1 From 8a2f106b7c5a4bb6463a3b7efb0f0beaf411bd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evaristo=20Gutie=CC=81rrez?= Date: Mon, 12 Dec 2016 10:16:52 +0100 Subject: [PATCH 4/5] [JENKINS-40001] Use http for url and include index.jelly file. --- pom.xml | 2 +- src/main/resources/index.jelly | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/index.jelly diff --git a/pom.xml b/pom.xml index 1e00cf5e..cd03a548 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ hpi Jenkins SSH Slaves plugin - http://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin + https://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin Allows to launch agents running on Unix machines over SSH diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly new file mode 100644 index 00000000..f145ba68 --- /dev/null +++ b/src/main/resources/index.jelly @@ -0,0 +1,4 @@ + +
+ Allows to launch agents running on Unix machines over SSH. +
From b98cbd919f1e40bdf53692dfe97cf69b71456df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evaristo=20Gutie=CC=81rrez?= Date: Tue, 3 Jan 2017 13:30:06 +0100 Subject: [PATCH 5/5] [JENKINS-40001] Specify the SSH protocol is a Java implementation. --- pom.xml | 2 +- src/main/resources/index.jelly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cd03a548..fd94badf 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ Jenkins SSH Slaves plugin https://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin - Allows to launch agents running on Unix machines over SSH + Allows to launch agents running on Unix machines over SSH, using a Java implementation of the SSH protocol 1.609.1 diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly index f145ba68..e11aca82 100644 --- a/src/main/resources/index.jelly +++ b/src/main/resources/index.jelly @@ -1,4 +1,4 @@
- Allows to launch agents running on Unix machines over SSH. + Allows to launch agents running on Unix machines over SSH, using a Java implementation of the SSH protocol.