[jenkinsci/ec2-fleet-plugin] ae77bf: Update constructor to follow CasC best practices (...

2023-11-02 Thread 'Prathibha Datta Kumar' via Jenkins Commits
  Branch: refs/heads/labelCloudTests
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: ae77bfa67821a0b05e46eab2f88249f38fac4baf
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ae77bfa67821a0b05e46eab2f88249f38fac4baf
  Author: Vineeth Bandi <38046649+vineeth-ba...@users.noreply.github.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
M docs/CONFIGURATION-AS-CODE.md
A src/main/java/com/amazon/jenkins/ec2fleet/CloudConstants.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudConfigurationAsCodeTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
A 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/credentials-id-configuration-as-code.yml
A 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/max-less-than-min-configuration-as-code.yml

  Log Message:
  ---
  Update constructor to follow CasC best practices (#406)

* move non-required values into databound setters and create validations

* create default value constants for primitives of FleetClouds and clean up 
getters

* create new constructors with CasC best practices

* fix CasC unit tests

* update casc docs to reflect new defaults, add unlisted fields to examples, 
and include EC2FleetLabelCloud examples

* change default minSize to 0 in jelly for consistency


  Commit: afc996c556c7f2f0a098c71056d0b3221c8f
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/afc996c556c7f2f0a098c71056d0b3221c8f
  Author: Prathibha Datta Kumar 
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
A .github/workflows/release-drafter.yml

  Log Message:
  ---
  Create release-drafter.yml (#408)


  Commit: 47ce1793d90c653d71d0fd317ee642e70ad2cd7f
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/47ce1793d90c653d71d0fd317ee642e70ad2cd7f
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-3.0.1


  Commit: 6bd8552288770dbe65f690c309e8ac333241e0a5
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/6bd8552288770dbe65f690c309e8ac333241e0a5
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: 9702d155117177a64e987b1105e4114c044121d8
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/9702d155117177a64e987b1105e4114c044121d8
  Author: Prathibha Datta Kumar 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.md

  Log Message:
  ---
  Update bug report issue template (#413)

* Update bug report issue template

* Update bug_report.md


  Commit: 2b95c2b3232353fd30ecaab7864e4b67b2852e65
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/2b95c2b3232353fd30ecaab7864e4b67b2852e65
  Author: Vineeth Bandi <38046649+vineeth-ba...@users.noreply.github.com>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
M docs/CONFIGURATION-AS-CODE.md
R src/main/java/com/amazon/jenkins/ec2fleet/CloudConstants.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudConfigurationAsCodeTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
R 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/credentials-id-configuration-as-code.yml
R 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/max-less-than-min-configuration-as-code.yml

  Log Message:
  ---
  Revert "Update constructor to follow CasC best practices (#406)" (#416)

This reverts commit ae77bfa67821a0b05e46eab2f88249f38fac4baf.


  Commit: d60e97eaf9b7afefab195f690db26b1445304fd2
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/d60e97eaf9b7afefab195f690db26b1445304fd2
  Author: Vineeth Bandi 
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-3.0.2


  Commit: d79c24167f9e813e07417905d3afacd897fe4c90
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/d79c24167f9e813e07417905d3afacd897fe4c90
  Author: Vineeth Bandi 
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: d984f292ea

[jenkinsci/ec2-fleet-plugin] 74a8d8: [maven-release-plugin] prepare for next developmen...

2023-11-02 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 74a8d8869e0d9bdf603a2e223452eee86da5fa13
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/74a8d8869e0d9bdf603a2e223452eee86da5fa13
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/858b42-74a8d8%40github.com.


[jenkinsci/ec2-fleet-plugin]

2023-11-02 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/tags/ec2-fleet-3.1.0
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/tags/ec2-fleet-3.1.0/00-30286d%40github.com.


[jenkinsci/ec2-fleet-plugin] 858b42: [maven-release-plugin] prepare release ec2-fleet-3...

2023-11-02 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 858b42e1e14bd1664071e1309677596fe0928816
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/858b42e1e14bd1664071e1309677596fe0928816
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-3.1.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/9c-858b42%40github.com.


[jenkinsci/ec2-fleet-plugin] ae77bf: Update constructor to follow CasC best practices (...

2023-11-01 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/CreateFleet
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: ae77bfa67821a0b05e46eab2f88249f38fac4baf
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ae77bfa67821a0b05e46eab2f88249f38fac4baf
  Author: Vineeth Bandi <38046649+vineeth-ba...@users.noreply.github.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
M docs/CONFIGURATION-AS-CODE.md
A src/main/java/com/amazon/jenkins/ec2fleet/CloudConstants.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudConfigurationAsCodeTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
A 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/credentials-id-configuration-as-code.yml
A 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/max-less-than-min-configuration-as-code.yml

  Log Message:
  ---
  Update constructor to follow CasC best practices (#406)

* move non-required values into databound setters and create validations

* create default value constants for primitives of FleetClouds and clean up 
getters

* create new constructors with CasC best practices

* fix CasC unit tests

* update casc docs to reflect new defaults, add unlisted fields to examples, 
and include EC2FleetLabelCloud examples

* change default minSize to 0 in jelly for consistency


  Commit: afc996c556c7f2f0a098c71056d0b3221c8f
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/afc996c556c7f2f0a098c71056d0b3221c8f
  Author: Prathibha Datta Kumar 
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
A .github/workflows/release-drafter.yml

  Log Message:
  ---
  Create release-drafter.yml (#408)


  Commit: 47ce1793d90c653d71d0fd317ee642e70ad2cd7f
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/47ce1793d90c653d71d0fd317ee642e70ad2cd7f
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-3.0.1


  Commit: 6bd8552288770dbe65f690c309e8ac333241e0a5
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/6bd8552288770dbe65f690c309e8ac333241e0a5
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: 9702d155117177a64e987b1105e4114c044121d8
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/9702d155117177a64e987b1105e4114c044121d8
  Author: Prathibha Datta Kumar 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.md

  Log Message:
  ---
  Update bug report issue template (#413)

* Update bug report issue template

* Update bug_report.md


  Commit: 2b95c2b3232353fd30ecaab7864e4b67b2852e65
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/2b95c2b3232353fd30ecaab7864e4b67b2852e65
  Author: Vineeth Bandi <38046649+vineeth-ba...@users.noreply.github.com>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
M docs/CONFIGURATION-AS-CODE.md
R src/main/java/com/amazon/jenkins/ec2fleet/CloudConstants.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudConfigurationAsCodeTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
R 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/credentials-id-configuration-as-code.yml
R 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/max-less-than-min-configuration-as-code.yml

  Log Message:
  ---
  Revert "Update constructor to follow CasC best practices (#406)" (#416)

This reverts commit ae77bfa67821a0b05e46eab2f88249f38fac4baf.


  Commit: d60e97eaf9b7afefab195f690db26b1445304fd2
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/d60e97eaf9b7afefab195f690db26b1445304fd2
  Author: Vineeth Bandi 
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-3.0.2


  Commit: d79c24167f9e813e07417905d3afacd897fe4c90
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/d79c24167f9e813e07417905d3afacd897fe4c90
  Author: Vineeth Bandi 
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: 992c3815928730

[jenkinsci/ec2-fleet-plugin] 9702d1: Update bug report issue template (#413)

2023-10-17 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 9702d155117177a64e987b1105e4114c044121d8
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/9702d155117177a64e987b1105e4114c044121d8
  Author: Prathibha Datta Kumar 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.md

  Log Message:
  ---
  Update bug report issue template (#413)

* Update bug report issue template

* Update bug_report.md


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/6bd855-9702d1%40github.com.


[jenkinsci/ec2-fleet-plugin] fd7265: Update bug_report.md

2023-10-12 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/pdk27-patch-3
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: fd72651dc8a976142acd919d72bc5a803c3316e0
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/fd72651dc8a976142acd919d72bc5a803c3316e0
  Author: Prathibha Datta Kumar 
  Date:   2023-10-13 (Fri, 13 Oct 2023)

  Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.md

  Log Message:
  ---
  Update bug_report.md


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/pdk27-patch-3/5a82d1-fd7265%40github.com.


[jenkinsci/ec2-fleet-plugin] 5a82d1: Update bug report issue template

2023-10-10 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/pdk27-patch-3
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 5a82d1b5869a7e3b7d993bb25f96e278824e41dd
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/5a82d1b5869a7e3b7d993bb25f96e278824e41dd
  Author: Prathibha Datta Kumar 
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.md

  Log Message:
  ---
  Update bug report issue template


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/pdk27-patch-3/6bd855-5a82d1%40github.com.


[jenkinsci/ec2-fleet-plugin]

2023-10-10 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/pdk27-patch-3
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/pdk27-patch-3/00-6bd855%40github.com.


[jenkinsci/ec2-fleet-plugin] 6bd855: [maven-release-plugin] prepare for next developmen...

2023-09-25 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 6bd8552288770dbe65f690c309e8ac333241e0a5
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/6bd8552288770dbe65f690c309e8ac333241e0a5
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/47ce17-6bd855%40github.com.


[jenkinsci/ec2-fleet-plugin]

2023-09-25 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/tags/ec2-fleet-3.0.1
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/tags/ec2-fleet-3.0.1/00-b103f0%40github.com.


[jenkinsci/ec2-fleet-plugin] 47ce17: [maven-release-plugin] prepare release ec2-fleet-3...

2023-09-25 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 47ce1793d90c653d71d0fd317ee642e70ad2cd7f
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/47ce1793d90c653d71d0fd317ee642e70ad2cd7f
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-3.0.1


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/afc996-47ce17%40github.com.


[jenkinsci/ec2-fleet-plugin] afc996: Create release-drafter.yml (#408)

2023-09-21 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: afc996c556c7f2f0a098c71056d0b3221c8f
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/afc996c556c7f2f0a098c71056d0b3221c8f
  Author: Prathibha Datta Kumar 
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
A .github/workflows/release-drafter.yml

  Log Message:
  ---
  Create release-drafter.yml (#408)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/ae77bf-afc996%40github.com.


[jenkinsci/ec2-fleet-plugin] 9db94d: Create release-drafter.yml

2023-09-21 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/pdk27-patch-2
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 9db94d871751a313e5486ce6f8925ecd788a5262
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/9db94d871751a313e5486ce6f8925ecd788a5262
  Author: Prathibha Datta Kumar 
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
A .github/workflows/release-drafter.yml

  Log Message:
  ---
  Create release-drafter.yml


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/pdk27-patch-2/00-9db94d%40github.com.


[jenkinsci/ec2-fleet-plugin] a3aae8: Adding missing config, warning for Spot Fleet usag...

2023-09-06 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: a3aae885f41e9089736d52023657d5fd0de755f9
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/a3aae885f41e9089736d52023657d5fd0de755f9
  Author: Prathibha Datta Kumar 
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
M README.md
M docs/CONFIGURATION-AS-CODE.md

  Log Message:
  ---
  Adding missing config, warning for Spot Fleet usage, other minor changes 
(#404)

* Adding missing config, warning for Spot Fleet usage, other minor changes

* PR feedback

* Fixing Groovy example


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/3c3d6f-a3aae8%40github.com.


[jenkinsci/ec2-fleet-plugin] 7743d7: Add validations and dynamic default for cloud name...

2023-08-09 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 7743d7084c9f7b63d8cb7c998602b6e0e15480ee
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/7743d7084c9f7b63d8cb7c998602b6e0e15480ee
  Author: Prathibha Datta Kumar 
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
A src/main/java/com/amazon/jenkins/ec2fleet/CloudNames.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNode.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
M 
src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud/config.jelly
M src/test/java/com/amazon/jenkins/ec2fleet/AutoResubmitIntegrationTest.java
A src/test/java/com/amazon/jenkins/ec2fleet/CloudNamesTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudConfigurationAsCodeTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategyIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/ProvisionIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/RealTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/UiIntegrationTest.java
A 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/name-required-configuration-as-code.yml

  Log Message:
  ---
  Add validations and dynamic default for cloud name (for UI users only)  (#392)

* adding cloud name validation to maintain uniqueness

https://github.com/jenkinsci/ec2-fleet-plugin/issues/382

Co-authored-by: naraharip2017

* add dynamic default for cloud name

https://github.com/jenkinsci/ec2-fleet-plugin/issues/382

* make name nonnull and add JCasC test

* fix tests

* PR feedback changes


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/67e843-7743d7%40github.com.


[jenkinsci/ec2-fleet-plugin] a0d67c: Fix cloud tracking (#383)

2023-07-17 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: a0d67cf7dd10feacb7c1b51474dbe0b340c03e66
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/a0d67cf7dd10feacb7c1b51474dbe0b340c03e66
  Author: Prathibha Datta Kumar 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/AbstractEC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
R src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudAware.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNode.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNodeComputer.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategy.java
R src/main/java/com/amazon/jenkins/ec2fleet/LazyUuid.java
M src/main/java/com/amazon/jenkins/ec2fleet/fleet/AutoScalingGroupFleet.java
R 
src/main/java/com/amazon/jenkins/ec2fleet/utils/EC2FleetCloudAwareUtils.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
M 
src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud/config.jelly
M 
src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetNode/configure-entries.jelly
M src/test/java/com/amazon/jenkins/ec2fleet/AutoResubmitIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudWithHistory.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudWithMeter.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloudIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetNodeComputerTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategyIntegrationTest.java
R src/test/java/com/amazon/jenkins/ec2fleet/LazyUuidTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/NoDelayProvisionStrategyPerformanceTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/ProvisionIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/ProvisionPerformanceTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/RealTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/UiIntegrationTest.java
R 
src/test/java/com/amazon/jenkins/ec2fleet/utils/EC2FleetCloudAwareUtilsTest.java

  Log Message:
  ---
  Fix cloud tracking  (#383)

* Removing a recently added integ test (need some refactoring to make it work)

* Added a warning to cloud name description to prevent users from modifying it

* Deleting files related to cloud instance tracking and reassignments

* [fix] Remove references of oldId and EC2FleetCloudAware class, remove 
tracking of cloud instance

[refactor] Added instanceId to FleetNode for clarity, added getDescriptor to 
return sub type

[refactor] Dont provision if Jenkins is quieting down and terminating

Fix https://github.com/jenkinsci/ec2-fleet-plugin/issues/360
Fix https://github.com/jenkinsci/ec2-fleet-plugin/issues/322


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/bb2c33-a0d67c%40github.com.


[jenkinsci/ec2-fleet-plugin] bb2c33: [maven-release-plugin] prepare for next developmen...

2023-07-14 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: bb2c33d2878b78a061e3c052de0bcf040ced4d85
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/bb2c33d2878b78a061e3c052de0bcf040ced4d85
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/2feafc-bb2c33%40github.com.


[jenkinsci/ec2-fleet-plugin] 2feafc: [maven-release-plugin] prepare release ec2-fleet-2...

2023-07-14 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 2feafcee1d117ead4bae2060902030089c09ad4d
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/2feafcee1d117ead4bae2060902030089c09ad4d
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-2.7.1


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/b5b402-2feafc%40github.com.


[jenkinsci/ec2-fleet-plugin]

2023-07-14 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/tags/ec2-fleet-2.7.1
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/tags/ec2-fleet-2.7.1/00-edb3c0%40github.com.


[jenkinsci/ec2-fleet-plugin] 416d1d: updating error message for checkFleet

2023-07-12 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/defaultFleet
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 416d1d323501bb7fbed2d5123bb2adbe250f1413
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/416d1d323501bb7fbed2d5123bb2adbe250f1413
  Author: Prathibha Datta Kumar 
  Date:   2023-07-12 (Wed, 12 Jul 2023)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java

  Log Message:
  ---
  updating error message for checkFleet


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/defaultFleet/bd0c96-416d1d%40github.com.


[jenkinsci/ec2-fleet-plugin] 035a0c: Refactoring for clarity (#381)

2023-07-05 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 035a0c2a2e74f69bc240258e3cde55f95e194b3d
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/035a0c2a2e74f69bc240258e3cde55f95e194b3d
  Author: Prathibha Datta Kumar 
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
R src/main/java/com/amazon/jenkins/ec2fleet/CloudFormationApi.java
M src/main/java/com/amazon/jenkins/ec2fleet/CloudNanny.java
R src/main/java/com/amazon/jenkins/ec2fleet/EC2Api.java
M 
src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetAutoResubmitComputerLauncher.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNode.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNodeComputer.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategy.java
A src/main/java/com/amazon/jenkins/ec2fleet/JenkinsUtils.java
M src/main/java/com/amazon/jenkins/ec2fleet/Registry.java
A src/main/java/com/amazon/jenkins/ec2fleet/aws/AWSUtils.java
A src/main/java/com/amazon/jenkins/ec2fleet/aws/AwsPermissionChecker.java
A src/main/java/com/amazon/jenkins/ec2fleet/aws/CloudFormationApi.java
A src/main/java/com/amazon/jenkins/ec2fleet/aws/EC2Api.java
A src/main/java/com/amazon/jenkins/ec2fleet/aws/RegionHelper.java
A src/main/java/com/amazon/jenkins/ec2fleet/aws/RegionInfo.java
M src/main/java/com/amazon/jenkins/ec2fleet/fleet/AutoScalingGroupFleet.java
R src/main/java/com/amazon/jenkins/ec2fleet/utils/AWSUtils.java
R src/main/java/com/amazon/jenkins/ec2fleet/utils/AwsPermissionChecker.java
R src/main/java/com/amazon/jenkins/ec2fleet/utils/JenkinsUtils.java
R src/main/java/com/amazon/jenkins/ec2fleet/utils/RegionHelper.java
R src/main/java/com/amazon/jenkins/ec2fleet/utils/RegionInfo.java
M src/test/java/com/amazon/jenkins/ec2fleet/AutoResubmitIntegrationTest.java
R src/test/java/com/amazon/jenkins/ec2fleet/EC2ApiTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategyIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/IntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/ProvisionIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/UiIntegrationTest.java
A src/test/java/com/amazon/jenkins/ec2fleet/aws/AWSUtilsIntegrationTest.java
A src/test/java/com/amazon/jenkins/ec2fleet/aws/EC2ApiTest.java
A src/test/java/com/amazon/jenkins/ec2fleet/aws/RegionInfoTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/fleet/AutoScalingGroupFleetTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/fleet/EC2SpotFleetTest.java
R 
src/test/java/com/amazon/jenkins/ec2fleet/utils/AWSUtilsIntegrationTest.java
R src/test/java/com/amazon/jenkins/ec2fleet/utils/RegionInfoTest.java

  Log Message:
  ---
  Refactoring for clarity (#381)

* [refactor] Added class comments for Jenkins extension points

[refactor] Use Computer subtype in EC2RetentionStrategy

* [refactor] Moving AWS files into their own package


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/72f3d9-035a0c%40github.com.


[jenkinsci/ec2-fleet-plugin] 72f3d9: [maven-release-plugin] prepare for next developmen...

2023-06-28 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 72f3d9d62d4f2fd97b00f730e6fad4541924991c
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/72f3d9d62d4f2fd97b00f730e6fad4541924991c
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/ef99a8-72f3d9%40github.com.


[jenkinsci/ec2-fleet-plugin]

2023-06-28 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/tags/ec2-fleet-2.7.0
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/tags/ec2-fleet-2.7.0/00-68d0e9%40github.com.


[jenkinsci/ec2-fleet-plugin] ef99a8: [maven-release-plugin] prepare release ec2-fleet-2...

2023-06-28 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: ef99a8e37e9de1521c04eb8731bb12087f709bb4
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ef99a8e37e9de1521c04eb8731bb12087f709bb4
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-2.7.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/46d673-ef99a8%40github.com.


[jenkinsci/ec2-fleet-plugin] 46d673: Fix 322 and 363 (#376)

2023-06-28 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 46d6731456f530d22310bc12bb1828006471a4d0
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/46d6731456f530d22310bc12bb1828006471a4d0
  Author: Prathibha Datta Kumar 
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNode.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNodeComputer.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategy.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
R 
src/test/java/com/amazon/jenkins/ec2fleet/EC2MaxTotalUsesRetentionStrategyTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategyIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategyTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/IntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/UiIntegrationTest.java

  Log Message:
  ---
  Fix 322 and 363 (#376)

* [fix] Terminate scheduled instances ONLY IF idle

https://github.com/jenkinsci/ec2-fleet-plugin/issues/363

* [fix] leave maxTotalUses alone and track remainingUses correctly

add a flag to track termination of agents by plugin

* [fix] Fix lost state (instanceIdsToTerminate) on configuration change

[fix] Fix maxtotaluses decrement logic

add logs in post job action to expose tasks terminated with problems

https://github.com/jenkinsci/ec2-fleet-plugin/issues/322

add and fix tests

* add integration tests for configuration change leading to lost state and 
rebuilding lost state to terminate instances previously marked for termination


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/9450fa-46d673%40github.com.


[jenkinsci/ec2-fleet-plugin] 9450fa: Fix unnecessary decrement of maxTotalUses and add ...

2023-06-23 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 9450fa842f51719017d23fe30cdb78b47c3754c0
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/9450fa842f51719017d23fe30cdb78b47c3754c0
  Author: Prathibha Datta Kumar 
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/AbstractEC2FleetCloud.java
A src/main/java/com/amazon/jenkins/ec2fleet/EC2AgentTerminationReason.java
A 
src/main/java/com/amazon/jenkins/ec2fleet/EC2ExecutorInterruptionCause.java
M 
src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetAutoResubmitComputerLauncher.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetNodeComputer.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategy.java
R src/main/java/com/amazon/jenkins/ec2fleet/EC2TerminationCause.java
M 
src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/help-maxTotalUses.html
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetAutoResubmitComputerLauncherTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudWithMeter.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2MaxTotalUsesRetentionStrategyTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategyIntegrationTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategyTest.java

  Log Message:
  ---
  Fix unnecessary decrement of maxTotalUses and add clarity to logs around 
terminations triggered by plugin  (#375)

* rename EC2TerminationCause to EC2ExecutorInterruptionCause for clarity

* -add and track EC2AgentTerminationReason when plugin triggers termination
-rename force to overrideOtherSettings in scheduleToTerminate for clarity

https://github.com/jenkinsci/ec2-fleet-plugin/issues/363

* [fix] remove unnecessary decrement which could lead to -1 (has special 
meaning)

[fix] remove misleading log and redundant set

https://github.com/jenkinsci/ec2-fleet-plugin/issues/363

* update and add tests

* rename overrideOtherSettings to ignoreMinConstraints


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/ba2f4b-9450fa%40github.com.


[jenkinsci/ec2-fleet-plugin] ba2f4b: [maven-release-plugin] prepare for next developmen...

2023-06-01 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: ba2f4b57ecb193e1b4513f13ea39183873ae1d54
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ba2f4b57ecb193e1b4513f13ea39183873ae1d54
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/23f845-ba2f4b%40github.com.


[jenkinsci/ec2-fleet-plugin] 23f845: [maven-release-plugin] prepare release ec2-fleet-2...

2023-06-01 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 23f8457c2604f744a0e89b63c3d1e783c12c7b13
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/23f8457c2604f744a0e89b63c3d1e783c12c7b13
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-2.6.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/6bce25-23f845%40github.com.


[jenkinsci/ec2-fleet-plugin]

2023-06-01 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/tags/ec2-fleet-2.6.0
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/tags/ec2-fleet-2.6.0/00-abca53%40github.com.


[jenkinsci/ec2-fleet-plugin] 6bce25: [Fix] Fix computation of excess workload and avail...

2023-06-01 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 6bce254f4f144831f194c6a58c2b1bda787fd95a
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/6bce254f4f144831f194c6a58c2b1bda787fd95a
  Author: Prathibha Datta Kumar 
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/NoDelayProvisionStrategy.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/NoDelayProvisionStrategyTest.java

  Log Message:
  ---
  [Fix] Fix computation of excess workload and available capacity (#371)

* [Fix] Fix computation of excess workload and available capacity

https://github.com/jenkinsci/ec2-fleet-plugin/issues/322

https://github.com/jenkinsci/ec2-fleet-plugin/issues/359

* Update src/main/java/com/amazon/jenkins/ec2fleet/NoDelayProvisionStrategy.java

Co-authored-by: Jerad C 

-

Co-authored-by: Jerad C 


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/36ed71-6bce25%40github.com.


[jenkinsci/ec2-fleet-plugin] 36ed71: Fix logs and help (#369)

2023-06-01 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 36ed7137b0d397ffe1bab81c8f4570bb66cbd03d
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/36ed7137b0d397ffe1bab81c8f4570bb66cbd03d
  Author: Prathibha Datta Kumar 
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetOnlineChecker.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2RetentionStrategy.java
A 
src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/help-minSpareSize.html
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetOnlineCheckerTest.java

  Log Message:
  ---
  Fix logs and help (#369)

* Add clarity to logs

* Adding help text for minSpareSize


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/85ae5e-36ed71%40github.com.


[jenkinsci/ec2-fleet-plugin] 85ae5e: Make planned node name unique per EC2FleetCloud (#...

2023-06-01 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 85ae5ed1ba0125313bd06f3bce7047bdff9d5193
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/85ae5ed1ba0125313bd06f3bce7047bdff9d5193
  Author: Prathibha Datta Kumar 
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java

  Log Message:
  ---
  Make planned node name unique per EC2FleetCloud (#370)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/089806-85ae5e%40github.com.


[jenkinsci/ec2-fleet-plugin] 089806: [maven-release-plugin] prepare for next developmen...

2023-05-26 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 089806c68b51eec39aae9e0311de39b47934a7b8
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/089806c68b51eec39aae9e0311de39b47934a7b8
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-05-26 (Fri, 26 May 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/be6e31-089806%40github.com.


[jenkinsci/ec2-fleet-plugin] be6e31: [maven-release-plugin] prepare release ec2-fleet-2...

2023-05-26 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: be6e31990420e9ef6c58a41cda229a091e2f26e3
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/be6e31990420e9ef6c58a41cda229a091e2f26e3
  Author: Prathibha Datta-Kumar <3614196+pd...@users.noreply.github.com>
  Date:   2023-05-26 (Fri, 26 May 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-2.5.3


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/fe5d87-be6e31%40github.com.


[jenkinsci/ec2-fleet-plugin]

2023-05-26 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/tags/ec2-fleet-2.5.3
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/tags/ec2-fleet-2.5.3/00-06c340%40github.com.


[jenkinsci/ec2-fleet-plugin] fe5d87: Upgrading the minimum required Jenkins version. (#...

2023-05-26 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: fe5d87ce278caf3a9e378466653c8092076044a2
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/fe5d87ce278caf3a9e378466653c8092076044a2
  Author: Prathibha Datta Kumar 
  Date:   2023-05-26 (Fri, 26 May 2023)

  Changed paths:
M pom.xml
M src/main/java/com/amazon/jenkins/ec2fleet/CloudNanny.java
M 
src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetAutoResubmitComputerLauncher.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelUpdater.java
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetStatusWidgetUpdater.java
M src/main/java/com/amazon/jenkins/ec2fleet/FleetStateStats.java
M src/main/java/com/amazon/jenkins/ec2fleet/NoDelayProvisionStrategy.java
M src/main/java/com/amazon/jenkins/ec2fleet/utils/AWSUtils.java
M 
src/main/java/com/amazon/jenkins/ec2fleet/utils/EC2FleetCloudAwareUtils.java
M src/main/java/com/amazon/jenkins/ec2fleet/utils/JenkinsUtils.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudWithHistory.java
M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudWithMeter.java
M src/test/java/com/amazon/jenkins/ec2fleet/IntegrationTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/NoDelayProvisionStrategyTest.java
M src/test/java/com/amazon/jenkins/ec2fleet/ProvisionIntegrationTest.java
M 
src/test/java/com/amazon/jenkins/ec2fleet/utils/EC2FleetCloudAwareUtilsTest.java

  Log Message:
  ---
  Upgrading the minimum required Jenkins version. (#368)

* Upgrading the minimum required Jenkins version.

* Updating deprecated API usage


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/69dcf2-fe5d87%40github.com.


[jenkinsci/ec2-fleet-plugin] 1e63f8: Update developers in pom.xml (#351)

2022-11-17 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 1e63f87e13aa9993bd04478d903cf467e799d14a
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/1e63f87e13aa9993bd04478d903cf467e799d14a
  Author: Prathibha Datta Kumar 
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update developers in pom.xml (#351)

Description: Adding new owners


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/ee6c81-1e63f8%40github.com.


[jenkinsci/ec2-fleet-plugin] abbf09: Update developers in pom.xml

2022-11-16 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/pdk27-patch-2
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: abbf0984a556e35ee9ab72c7d5347994c43b24f5
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/abbf0984a556e35ee9ab72c7d5347994c43b24f5
  Author: Prathibha Datta Kumar 
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update developers in pom.xml

Description: Adding new owners


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/pdk27-patch-2/00-abbf09%40github.com.


[jenkinsci/ec2-fleet-plugin] ee6c81: Update developers in pom.xml (#350)

2022-11-16 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: ee6c81377a7ab2bb525450fe2de2e7da7262a93c
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ee6c81377a7ab2bb525450fe2de2e7da7262a93c
  Author: Prathibha Datta Kumar 
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update developers in pom.xml (#350)

Description: Adding new owners


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/master/8bfcdf-ee6c81%40github.com.


[jenkinsci/ec2-fleet-plugin] b3abe4: Update developers in pom.xml

2022-11-16 Thread &#x27;Prathibha Datta Kumar&#x27; via Jenkins Commits
  Branch: refs/heads/pdk27-patch-1
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: b3abe4817fdebc9f3aa3dcef7346afbed30e521a
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/b3abe4817fdebc9f3aa3dcef7346afbed30e521a
  Author: Prathibha Datta Kumar 
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update developers in pom.xml

Description: Adding new owners


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/pdk27-patch-1/00-b3abe4%40github.com.