Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminology update in documentation #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions JenkinsWiki.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[.conf-macro .output-inline]#Allow Jenkins to start slaves with
[.conf-macro .output-inline]#Allow Jenkins to start agents with
http://www.spotinst.com/[Spotinst] framework, and kill them as they get
unused. #

Expand All @@ -7,7 +7,7 @@ unused. #

This plugin uses http://www.spotinst.com/[Spotinst] Elastigroup to
launch instances instead of directly launching them by itself. +
The Elastigroup will make sure the slaves target capacity is being
The Elastigroup will make sure the agent's target capacity is being
maintained. +
More details can be found in
our http://blog.spotinst.com/2016/06/08/elastigroup-jenkins/[Blog post].
Expand Down Expand Up @@ -49,7 +49,7 @@ termination"
[SpotinstPlugin-Version2.1.2(Nov19,2020)]
=== Version 2.1.2 (Nov 30, 2020)

* Add option to choose Strategy what happens when a slave Terminates during a Job Run,
* Add option to choose Strategy what happens when an agent Terminates during a Job Run,
Choice Between Retriggering the terminated Job or not.

[SpotinstPlugin-Version2.1.1(Nov19,2020)]
Expand All @@ -63,7 +63,7 @@ Choice Between Retriggering the terminated Job or not.
* Requires Jenkins 2.222.1
* Add Websocket protocol support
* Upgrade Jenkins Dependencies to 4.9
* Job recovery, after slave terminates during a Job run.
* Job recovery, after agent terminates during a Job run.

[SpotinstPlugin-Version2.0.27(Oct25,2020)]
=== Version 2.0.27 (Oct 25, 2020)
Expand Down Expand Up @@ -179,24 +179,24 @@ as code plugin use
=== Version 2.0.1 (Jun 26, 2017)

* Add Spotinst Account Id configuration
* Support for Azure Elastigroups , slaves can run on Azure virtual
* Support for Azure Elastigroups , agents can run on Azure virtual
machines

[SpotinstPlugin-Version2.0.0(Mar23,2017)]
=== Version 2.0.0 (Mar 23, 2017)

* *** New Major version - breaking changes (*you will need to
reconfigure Spotinst token and Spotinst cloud*) ***
* Support for idle slave termination according to billing hour
* Support for multiple labels in each slave
* Support for idle agent termination according to billing hour
* Support for multiple labels in each agent
* Performance Improvements

[SpotinstPlugin-Version1.2.7(Feb28,2017)]
=== Version 1.2.7 (Feb 28, 2017)

* Support for 'Tunnel connection through' option for slave connection to
master 
* Add JVM options for slaves
* Support for 'Tunnel connection through' option for agent connection to
controller 
* Add JVM options for agents

[SpotinstPlugin-Version1.2.6(Feb20,2017)]
=== Version 1.2.6 (Feb 20, 2017)
Expand All @@ -208,7 +208,7 @@ master 
=== Version 1.2.5 (Feb 1, 2017)

* Performance Improvements
* Support slave connection with credentials from thirdParty (GitHub)
* Support agent connection with credentials from thirdParty (GitHub)

[SpotinstPlugin-Version1.2.4(Sep5,2016)]
=== Version 1.2.4 (Sep 5, 2016)
Expand All @@ -218,13 +218,13 @@ master 
[SpotinstPlugin-Version1.2.3(Aug30,2016)]
=== Version 1.2.3 (Aug 30, 2016)

* Support for GCP (Google Cloud Platform) Elastigroups , slaves can run
* Support for GCP (Google Cloud Platform) Elastigroups , agents can run
on GCE instances 

[SpotinstPlugin-Version1.2.2(Aug21,2016)]
=== Version 1.2.2 (Aug 21, 2016)

* Support for recovering spot slaves 
* Support for recovering spot agents 

[SpotinstPlugin-Version1.2(Jul18,2016)]
=== Version 1.2 (Jul 18, 2016)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>hpi</packaging>

<name>Spotinst plugin</name>
<description>This plugin to Allow Jenkins to start slaves with Spot framework, and kill them as they get unused.</description>
<description>This plugin to Allow Jenkins to start agents with Spot framework, and kill them as they get unused.</description>
<url>https://github.com/jenkinsci/spotinst-plugin/blob/master/JenkinsWiki.adoc</url>
<licenses>
<license>
Expand Down