[jenkinsci/anka-build-plugin] 9fe516: CLOUD-635 static and dynamic slave defintion for a...

2020-11-30 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.3.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 9fe516f84bcb2ceefb184e962485770a02b00ffc
  
https://github.com/jenkinsci/anka-build-plugin/commit/9fe516f84bcb2ceefb184e962485770a02b00ffc
  Author: niv 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/SaveImageParameters.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly

  Log Message:
  ---
  CLOUD-635 static and dynamic slave defintion for appending timestamp to cache 
builder tag are now identical
CLOUD-635 bugfix: static templates append-timestmap value would always be 
default


-- 
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/anka-build-plugin/push/refs/heads/release/v2.3.0/9b746c-9fe516%40github.com.


[jenkinsci/anka-build-plugin] 14cc60: Fix compilation errors

2020-12-02 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 14cc603074e8ebc83486f62abcf5a62f3a979b34
  
https://github.com/jenkinsci/anka-build-plugin/commit/14cc603074e8ebc83486f62abcf5a62f3a979b34
  Author: Brian Stewart 
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/SaveImageParameters.java

  Log Message:
  ---
  Fix compilation errors


  Commit: f778a138f0d040e9744bf806afbb095cc8bd692c
  
https://github.com/jenkinsci/anka-build-plugin/commit/f778a138f0d040e9744bf806afbb095cc8bd692c
  Author: Brian Stewart 
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M src/main/java/com/veertu/plugin/anka/ImageSaver.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M 
src/main/resources/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep/config.jelly

  Log Message:
  ---
  Make appending timestamp to tag optional


  Commit: 81805d2ca9c4b6ab5c525dda69976d7272fa2e0a
  
https://github.com/jenkinsci/anka-build-plugin/commit/81805d2ca9c4b6ab5c525dda69976d7272fa2e0a
  Author: asafg_veertu 
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
M pom.xml
M src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/SaveImageParameters.java
M 
src/main/resources/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep/config.jelly

  Log Message:
  ---
  changed arguments order


  Commit: 969e163594d953540f89b8fe00038d8c891feb2c
  
https://github.com/jenkinsci/anka-build-plugin/commit/969e163594d953540f89b8fe00038d8c891feb2c
  Author: asafg_veertu 
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M src/main/java/com/veertu/plugin/anka/SaveImageParameters.java
M 
src/main/resources/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep/config.jelly

  Log Message:
  ---
  Added dontAppendTimestamp flag that skips adding the timestamp on save image 
operations. CLOUD-635


  Commit: 79725ba7269347064ff9daa1408d79c2f512a797
  
https://github.com/jenkinsci/anka-build-plugin/commit/79725ba7269347064ff9daa1408d79c2f512a797
  Author: asafg_veertu 
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/SaveImageParameters.java

  Log Message:
  ---
  Fix boxed booleans. CLOUD-635


  Commit: fca4f7961fc67bace16d6bd888d5825b89641cb6
  
https://github.com/jenkinsci/anka-build-plugin/commit/fca4f7961fc67bace16d6bd888d5825b89641cb6
  Author: asafg_veertu 
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/SaveImageParameters.java

  Log Message:
  ---
  Fixed some nullpointer exceptions. CLOUD-635


  Commit: a4dbbbdf978aefa684d04ccc544a2d00d2d60c4c
  
https://github.com/jenkinsci/anka-build-plugin/commit/a4dbbbdf978aefa684d04ccc544a2d00d2d60c4c
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M pom.xml
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
R src/main/java/com/veertu/plugin/anka/AnkaDynamicSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java
A src/main/java/com/veertu/plugin/anka/DynamicSlaveTemplate.java

  Log Message:
  ---
  Merge branch 'master' into release/v2.3.0


  Commit: 21c6310815fe06a98398dea9aae75f772edde6b6
  
https://github.com/jenkinsci/anka-build-plugin/commit/21c6310815fe06a98398dea9aae75f772edde6b6
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version fix


  Commit: 9b746c888d4494f1cc74bb7044d7fda872cec702
  
https://github.com/jenkinsci/anka-build-plugin/commit/9b746c888d4494f1cc74bb7044d7fda872cec702
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:

  Log Message:
  ---
  Merge branch 'master' into release/v2.3.0


  Commit: 

[jenkinsci/anka-build-plugin]

2020-12-02 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/tags/anka-build-2.3.0
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/tags/anka-build-2.3.0/00-dd19d2%40github.com.


[jenkinsci/anka-build-plugin] ca4223: [maven-release-plugin] prepare for next developmen...

2020-12-02 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: ca422350d266bb4134b6619620f5866e2b92976c
  
https://github.com/jenkinsci/anka-build-plugin/commit/ca422350d266bb4134b6619620f5866e2b92976c
  Author: niv 
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  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/anka-build-plugin/push/refs/heads/master/a006f1-ca4223%40github.com.


[jenkinsci/anka-build-plugin] 716468: CLOUD-668 Integrated usage of dynamic templates in...

2020-11-11 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 716468935006cfbb4eccaa5ce231b3961b625916
  
https://github.com/jenkinsci/anka-build-plugin/commit/716468935006cfbb4eccaa5ce231b3961b625916
  Author: niv 
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
R src/main/java/com/veertu/plugin/anka/AnkaDynamicSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java

  Log Message:
  ---
  CLOUD-668 Integrated usage of dynamic templates in cloud objects


  Commit: bc635d046c6989457b56e69f2e5ee61285445db3
  
https://github.com/jenkinsci/anka-build-plugin/commit/bc635d046c6989457b56e69f2e5ee61285445db3
  Author: niv 
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
R src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java
A src/main/java/com/veertu/plugin/anka/DynamicSlaveTemplate.java

  Log Message:
  ---
  refactored new dynamic slave template usage
added monitoring to clear stale dynamic templates from cloud object
CLOUD-668


  Commit: 2429cf5aad7c0f656a51b413984913d8745d8c82
  
https://github.com/jenkinsci/anka-build-plugin/commit/2429cf5aad7c0f656a51b413984913d8745d8c82
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java

  Log Message:
  ---
  using thread safe implementation of cloud's dynamic templates list CLOUD-668


  Commit: e5edb156c720aa70f586312a3797acc09da25ad8
  
https://github.com/jenkinsci/anka-build-plugin/commit/e5edb156c720aa70f586312a3797acc09da25ad8
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java

  Log Message:
  ---
  a bit of beauty refactor CLOUD-668


  Commit: 79ff02fc8d45a6d1dc9cfa20a1150d3adeae980c
  
https://github.com/jenkinsci/anka-build-plugin/commit/79ff02fc8d45a6d1dc9cfa20a1150d3adeae980c
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java

  Log Message:
  ---
  added better iteration protectiong for dynamic temaples in cloud object 
CLOUD-668


  Commit: cd0b3a3d4861404777bb0d133b5729085d375e01
  
https://github.com/jenkinsci/anka-build-plugin/commit/cd0b3a3d4861404777bb0d133b5729085d375e01
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
R src/main/java/com/veertu/plugin/anka/AnkaDynamicSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
R src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java
A src/main/java/com/veertu/plugin/anka/DynamicSlaveTemplate.java

  Log Message:
  ---
  Merge branch 'release/v2.2.1'


  Commit: 195061b66e155c7f6fb779219ec879d2a52b3d72
  
https://github.com/jenkinsci/anka-build-plugin/commit/195061b66e155c7f6fb779219ec879d2a52b3d72
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version change


  Commit: 17a5752272bac0bd7ea45fb1f401cef4d3041b83
  
https://github.com/jenkinsci/anka-build-plugin/commit/17a5752272bac0bd7ea45fb1f401cef4d3041b83
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.2.1


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/5fab82557130...17a5752272ba

-- 
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 

[jenkinsci/anka-build-plugin] dfd656: [maven-release-plugin] prepare release anka-build-...

2020-11-11 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.3.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: dfd656a5deb345915ac784511d1bb9fdd8fb5c0b
  
https://github.com/jenkinsci/anka-build-plugin/commit/dfd656a5deb345915ac784511d1bb9fdd8fb5c0b
  Author: Niv Veertu 
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.2.0


  Commit: 5fab82557130ec41d2d5a29914656bdd780305f7
  
https://github.com/jenkinsci/anka-build-plugin/commit/5fab82557130ec41d2d5a29914656bdd780305f7
  Author: Niv Veertu 
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
M pom.xml

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


  Commit: 716468935006cfbb4eccaa5ce231b3961b625916
  
https://github.com/jenkinsci/anka-build-plugin/commit/716468935006cfbb4eccaa5ce231b3961b625916
  Author: niv 
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
R src/main/java/com/veertu/plugin/anka/AnkaDynamicSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java

  Log Message:
  ---
  CLOUD-668 Integrated usage of dynamic templates in cloud objects


  Commit: bc635d046c6989457b56e69f2e5ee61285445db3
  
https://github.com/jenkinsci/anka-build-plugin/commit/bc635d046c6989457b56e69f2e5ee61285445db3
  Author: niv 
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
R src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java
A src/main/java/com/veertu/plugin/anka/DynamicSlaveTemplate.java

  Log Message:
  ---
  refactored new dynamic slave template usage
added monitoring to clear stale dynamic templates from cloud object
CLOUD-668


  Commit: 2429cf5aad7c0f656a51b413984913d8745d8c82
  
https://github.com/jenkinsci/anka-build-plugin/commit/2429cf5aad7c0f656a51b413984913d8745d8c82
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java

  Log Message:
  ---
  using thread safe implementation of cloud's dynamic templates list CLOUD-668


  Commit: e5edb156c720aa70f586312a3797acc09da25ad8
  
https://github.com/jenkinsci/anka-build-plugin/commit/e5edb156c720aa70f586312a3797acc09da25ad8
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java

  Log Message:
  ---
  a bit of beauty refactor CLOUD-668


  Commit: 79ff02fc8d45a6d1dc9cfa20a1150d3adeae980c
  
https://github.com/jenkinsci/anka-build-plugin/commit/79ff02fc8d45a6d1dc9cfa20a1150d3adeae980c
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java

  Log Message:
  ---
  added better iteration protectiong for dynamic temaples in cloud object 
CLOUD-668


  Commit: cd0b3a3d4861404777bb0d133b5729085d375e01
  
https://github.com/jenkinsci/anka-build-plugin/commit/cd0b3a3d4861404777bb0d133b5729085d375e01
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
R src/main/java/com/veertu/plugin/anka/AnkaDynamicSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
R src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java
A src/main/java/com/veertu/plugin/anka/DynamicSlaveTemplate.java

  Log Message:
  ---
  Merge branch 'release/v2.2.1'


  Commit: 195061b66e155c7f6fb779219ec879d2a52b3d72
  
https://github.com/jenkinsci/anka-build-plugin/commit/195061b66e155c7f6fb779219ec879d2a52b3d72
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  

[jenkinsci/anka-build-plugin] 2429cf: using thread safe implementation of cloud's dynami...

2020-11-09 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.2.1
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 2429cf5aad7c0f656a51b413984913d8745d8c82
  
https://github.com/jenkinsci/anka-build-plugin/commit/2429cf5aad7c0f656a51b413984913d8745d8c82
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java

  Log Message:
  ---
  using thread safe implementation of cloud's dynamic templates list CLOUD-668


  Commit: e5edb156c720aa70f586312a3797acc09da25ad8
  
https://github.com/jenkinsci/anka-build-plugin/commit/e5edb156c720aa70f586312a3797acc09da25ad8
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java

  Log Message:
  ---
  a bit of beauty refactor CLOUD-668


  Commit: 79ff02fc8d45a6d1dc9cfa20a1150d3adeae980c
  
https://github.com/jenkinsci/anka-build-plugin/commit/79ff02fc8d45a6d1dc9cfa20a1150d3adeae980c
  Author: niv 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java

  Log Message:
  ---
  added better iteration protectiong for dynamic temaples in cloud object 
CLOUD-668


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/bc635d046c69...79ff02fc8d45

-- 
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/anka-build-plugin/push/refs/heads/release/v2.2.1/bc635d-79ff02%40github.com.


[jenkinsci/anka-build-plugin] 562c5e: [maven-release-plugin] prepare for next developmen...

2020-11-12 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 562c5e5f027c247e43247f8907c7d4fb8fdc242b
  
https://github.com/jenkinsci/anka-build-plugin/commit/562c5e5f027c247e43247f8907c7d4fb8fdc242b
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  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/anka-build-plugin/push/refs/heads/master/5947cf-562c5e%40github.com.


[jenkinsci/anka-build-plugin]

2020-11-12 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/tags/anka-build-2.2.1
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/tags/anka-build-2.2.1/00-461a39%40github.com.


[jenkinsci/anka-build-plugin] 8d1d49: [maven-release-plugin] prepare release anka-build-...

2020-11-12 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 8d1d49c156be72476e3d598cf2879b403bb41fb3
  
https://github.com/jenkinsci/anka-build-plugin/commit/8d1d49c156be72476e3d598cf2879b403bb41fb3
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.2.1


  Commit: 0c0d0e2b4df73e61f615e877116bda7c7297dec3
  
https://github.com/jenkinsci/anka-build-plugin/commit/0c0d0e2b4df73e61f615e877116bda7c7297dec3
  Author: niv 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/anka-build-plugin


  Commit: 79a8cfdf18e3dd55d0999b330bed9b6a0d71a730
  
https://github.com/jenkinsci/anka-build-plugin/commit/79a8cfdf18e3dd55d0999b330bed9b6a0d71a730
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version


  Commit: 5947cfe81f280bf2a5986acd57d01d72922808ac
  
https://github.com/jenkinsci/anka-build-plugin/commit/5947cfe81f280bf2a5986acd57d01d72922808ac
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.2.1


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/17a5752272ba...5947cfe81f28

-- 
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/anka-build-plugin/push/refs/heads/master/17a575-5947cf%40github.com.


[jenkinsci/anka-build-plugin] 79a8cf: version

2020-11-12 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.3.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 79a8cfdf18e3dd55d0999b330bed9b6a0d71a730
  
https://github.com/jenkinsci/anka-build-plugin/commit/79a8cfdf18e3dd55d0999b330bed9b6a0d71a730
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version


  Commit: 5947cfe81f280bf2a5986acd57d01d72922808ac
  
https://github.com/jenkinsci/anka-build-plugin/commit/5947cfe81f280bf2a5986acd57d01d72922808ac
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.2.1


  Commit: 562c5e5f027c247e43247f8907c7d4fb8fdc242b
  
https://github.com/jenkinsci/anka-build-plugin/commit/562c5e5f027c247e43247f8907c7d4fb8fdc242b
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
M pom.xml

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


  Commit: 9b746c888d4494f1cc74bb7044d7fda872cec702
  
https://github.com/jenkinsci/anka-build-plugin/commit/9b746c888d4494f1cc74bb7044d7fda872cec702
  Author: niv 
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:

  Log Message:
  ---
  Merge branch 'master' into release/v2.3.0


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/21c6310815fe...9b746c888d44

-- 
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/anka-build-plugin/push/refs/heads/release/v2.3.0/21c631-9b746c%40github.com.


[jenkinsci/anka-build-plugin] 716468: CLOUD-668 Integrated usage of dynamic templates in...

2020-11-03 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.2.1
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 716468935006cfbb4eccaa5ce231b3961b625916
  
https://github.com/jenkinsci/anka-build-plugin/commit/716468935006cfbb4eccaa5ce231b3961b625916
  Author: niv 
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
R src/main/java/com/veertu/plugin/anka/AnkaDynamicSlave.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java

  Log Message:
  ---
  CLOUD-668 Integrated usage of dynamic templates in cloud objects


-- 
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/anka-build-plugin/push/refs/heads/release/v2.2.1/00-716468%40github.com.


[jenkinsci/anka-build-plugin] bc635d: refactored new dynamic slave template usage

2020-11-05 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.2.1
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: bc635d046c6989457b56e69f2e5ee61285445db3
  
https://github.com/jenkinsci/anka-build-plugin/commit/bc635d046c6989457b56e69f2e5ee61285445db3
  Author: niv 
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AbstractAnkaSlave.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaSlaveMonitor.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
R src/main/java/com/veertu/plugin/anka/DynamicSlaveProperties.java
M src/main/java/com/veertu/plugin/anka/DynamicSlaveStepExecution.java
A src/main/java/com/veertu/plugin/anka/DynamicSlaveTemplate.java

  Log Message:
  ---
  refactored new dynamic slave template usage
added monitoring to clear stale dynamic templates from cloud object
CLOUD-668


-- 
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/anka-build-plugin/push/refs/heads/release/v2.2.1/716468-bc635d%40github.com.


[jenkinsci/anka-build-plugin] 087e83: updated repo mangement files to Veertu's policy

2020-12-30 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/repo-management
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 087e832f7306ff14d069eba18d36b4ce50f8c7c3
  
https://github.com/jenkinsci/anka-build-plugin/commit/087e832f7306ff14d069eba18d36b4ce50f8c7c3
  Author: niv 
  Date:   2020-12-30 (Wed, 30 Dec 2020)

  Changed paths:
A .github/CODE_OF_CONDUCT.md
A .github/PULL_REQUEST_TEMPLATE.md
A .github/SECURITY.md
A CONTRIBUTING.md
A VERSION

  Log Message:
  ---
  updated repo mangement files to Veertu's policy


-- 
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/anka-build-plugin/push/refs/heads/repo-management/00-087e83%40github.com.


[jenkinsci/anka-build-plugin] 3e3967: prevent static slave templates being removed savin...

2021-06-24 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.6.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 3e39678247af3531134d4d40af61819207e1bd90
  
https://github.com/jenkinsci/anka-build-plugin/commit/3e39678247af3531134d4d40af61819207e1bd90
  Author: niv 
  Date:   2021-06-24 (Thu, 24 Jun 2021)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/main/resources/com/veertu/plugin/anka/AnkaMgmtCloud/config.jelly

  Log Message:
  ---
  prevent static slave templates being removed saving cloud configuration when 
the cloud is invalid CLOUD-520


-- 
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/anka-build-plugin/push/refs/heads/release/v2.6.0/4661f0-3e3967%40github.com.


[jenkinsci/anka-build-plugin] 39ef5c: version bump

2021-05-26 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.6.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 39ef5c97dc0d0a845a937d919bcbb8a9a3dd969c
  
https://github.com/jenkinsci/anka-build-plugin/commit/39ef5c97dc0d0a845a937d919bcbb8a9a3dd969c
  Author: Niv Veertu 
  Date:   2021-05-26 (Wed, 26 May 2021)

  Changed paths:
M VERSION

  Log Message:
  ---
  version bump


-- 
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/anka-build-plugin/push/refs/heads/release/v2.6.0/0930b3-39ef5c%40github.com.


[jenkinsci/anka-build-plugin] f3ee8e: CLOUD-790: Responsive UI + descriptions, titles, a...

2021-06-29 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: f3ee8ea21ea9761a233afc392b54789fd66c74c9
  
https://github.com/jenkinsci/anka-build-plugin/commit/f3ee8ea21ea9761a233afc392b54789fd66c74c9
  Author: Nathan Pierce 
  Date:   2021-05-19 (Wed, 19 May 2021)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/main/resources/com/veertu/plugin/anka/AnkaMgmtCloud/config.jelly

  Log Message:
  ---
  CLOUD-790: Responsive UI + descriptions, titles, and placement


  Commit: 0930b37dc301fcfa683273faf687451527fb7c50
  
https://github.com/jenkinsci/anka-build-plugin/commit/0930b37dc301fcfa683273faf687451527fb7c50
  Author: Nathan Pierce 
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/main/resources/com/veertu/plugin/anka/AnkaMgmtCloud/config.jelly

  Log Message:
  ---
  Merge pull request #9 from jenkinsci/CLOUD-790

CLOUD-790: New responsive UI + updated descriptions, titles, and placement


  Commit: 39ef5c97dc0d0a845a937d919bcbb8a9a3dd969c
  
https://github.com/jenkinsci/anka-build-plugin/commit/39ef5c97dc0d0a845a937d919bcbb8a9a3dd969c
  Author: Niv Veertu 
  Date:   2021-05-26 (Wed, 26 May 2021)

  Changed paths:
M VERSION

  Log Message:
  ---
  version bump


  Commit: 10e7fc632ac3f623783c15e1599a5341c500f029
  
https://github.com/jenkinsci/anka-build-plugin/commit/10e7fc632ac3f623783c15e1599a5341c500f029
  Author: Nathan Pierce 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M src/main/resources/com/veertu/plugin/anka/AnkaMgmtCloud/config.jelly

  Log Message:
  ---
  Root CA Certificate clarification


  Commit: c764c3b0c425868a9cac5748573147fa70281ea0
  
https://github.com/jenkinsci/anka-build-plugin/commit/c764c3b0c425868a9cac5748573147fa70281ea0
  Author: Nathan Pierce 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M VERSION

  Log Message:
  ---
  Merge branch 'release/v2.6.0' of 
https://github.com/jenkinsci/anka-build-plugin into release/v2.6.0


  Commit: 4661f0e1a174c999a8cf419a65a8ed9fb695770d
  
https://github.com/jenkinsci/anka-build-plugin/commit/4661f0e1a174c999a8cf419a65a8ed9fb695770d
  Author: Nathan Pierce 
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java

  Log Message:
  ---
  display name change


  Commit: 3e39678247af3531134d4d40af61819207e1bd90
  
https://github.com/jenkinsci/anka-build-plugin/commit/3e39678247af3531134d4d40af61819207e1bd90
  Author: niv 
  Date:   2021-06-24 (Thu, 24 Jun 2021)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/main/resources/com/veertu/plugin/anka/AnkaMgmtCloud/config.jelly

  Log Message:
  ---
  prevent static slave templates being removed saving cloud configuration when 
the cloud is invalid CLOUD-520


  Commit: cea4d5a054210415be4a75db11ce01c172b4
  
https://github.com/jenkinsci/anka-build-plugin/commit/cea4d5a054210415be4a75db11ce01c172b4
  Author: Niv Veertu 
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.6.0


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/32d85822490c...cea4d5a0

-- 
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/anka-build-plugin/push/refs/heads/master/32d858-cea4d0%40github.com.


[jenkinsci/anka-build-plugin]

2021-06-29 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/tags/anka-build-2.6.0
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/tags/anka-build-2.6.0/00-845dd8%40github.com.


[jenkinsci/anka-build-plugin] f88883: [maven-release-plugin] prepare for next developmen...

2021-06-29 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: f3d76af17a3a0f285d94d7fd1f70feb11284
  
https://github.com/jenkinsci/anka-build-plugin/commit/f3d76af17a3a0f285d94d7fd1f70feb11284
  Author: Niv Veertu 
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  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/anka-build-plugin/push/refs/heads/master/cea4d0-f3%40github.com.


[jenkinsci/anka-build-plugin] 9e1092: CLOUD-922 fix cloud configuration select boxes in ...

2021-12-22 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.6.1
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 9e1092a851700bd1c2994a68bf3eb8e7dce36853
  
https://github.com/jenkinsci/anka-build-plugin/commit/9e1092a851700bd1c2994a68bf3eb8e7dce36853
  Author: Niv Keidan 
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java

  Log Message:
  ---
  CLOUD-922 fix cloud configuration select boxes in Jenkins UI store null value 
as string "null" (Jenkins 2.319.X)


-- 
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/anka-build-plugin/push/refs/heads/release/v2.6.1/514eb6-9e1092%40github.com.


[jenkinsci/jenkins] 691bc9: JENKINS-67635 consider agent label expressions whe...

2022-01-30 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 691bc959c5b46b15c75e927935a93cd2c8026342
  
https://github.com/jenkinsci/jenkins/commit/691bc959c5b46b15c75e927935a93cd2c8026342
  Author: NivKeidan <51288016+nivkei...@users.noreply.github.com>
  Date:   2022-01-30 (Sun, 30 Jan 2022)

  Changed paths:
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/test/java/hudson/slaves/NodeProvisionerTest.java

  Log Message:
  ---
  JENKINS-67635 consider agent label expressions when applying trimLabels 
(#6193)


-- 
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/jenkins/push/refs/heads/master/1af49f-691bc9%40github.com.


[jenkinsci/anka-build-plugin] 80666e: CLOUD-1238 Update developer in pom.xml

2023-10-25 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.10.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 80666e9f072f6df88bcb51a00f2138bcbc1e0cb0
  
https://github.com/jenkinsci/anka-build-plugin/commit/80666e9f072f6df88bcb51a00f2138bcbc1e0cb0
  Author: Niv Keidan 
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  CLOUD-1238 Update developer in pom.xml


  Commit: b1b042087ad1977514d47eb0c2d9db006ecb27de
  
https://github.com/jenkinsci/anka-build-plugin/commit/b1b042087ad1977514d47eb0c2d9db006ecb27de
  Author: Niv Keidan 
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump base Jenkins version to 2.346.1


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/9f4f8f691de3...b1b042087ad1

-- 
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/anka-build-plugin/push/refs/heads/release/v2.10.0/9f4f8f-b1b042%40github.com.


[jenkinsci/anka-build-plugin] bdb445: CLOUD-967: UI fixes (#13)

2023-10-30 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: bdb445a1b9d5505fe4898b5032f831d3cc97b975
  
https://github.com/jenkinsci/anka-build-plugin/commit/bdb445a1b9d5505fe4898b5032f831d3cc97b975
  Author: rohanrama <107496616+rohanr...@users.noreply.github.com>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/resources/com/veertu/plugin/anka/AnkaMgmtCloud/config.jelly

  Log Message:
  ---
  CLOUD-967: UI fixes (#13)

CLOUD-967: UI fixes


  Commit: 9f4f8f691de3c99c1dccec46760fd2ca3a499731
  
https://github.com/jenkinsci/anka-build-plugin/commit/9f4f8f691de3c99c1dccec46760fd2ca3a499731
  Author: NivKeidan <51288016+nivkei...@users.noreply.github.com>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
M src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-632 Allow setting CPU and RAM for dynamic/static labels

Co-authored-by: Rohan Ramachandran 


  Commit: 80666e9f072f6df88bcb51a00f2138bcbc1e0cb0
  
https://github.com/jenkinsci/anka-build-plugin/commit/80666e9f072f6df88bcb51a00f2138bcbc1e0cb0
  Author: Niv Keidan 
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  CLOUD-1238 Update developer in pom.xml


  Commit: b1b042087ad1977514d47eb0c2d9db006ecb27de
  
https://github.com/jenkinsci/anka-build-plugin/commit/b1b042087ad1977514d47eb0c2d9db006ecb27de
  Author: Niv Keidan 
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump base Jenkins version to 2.346.1


  Commit: 07b05a13700bc3ae2beab865f8899a23fc2bba30
  
https://github.com/jenkinsci/anka-build-plugin/commit/07b05a13700bc3ae2beab865f8899a23fc2bba30
  Author: Niv Keidan 
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.10.0


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/ed9a00195135...07b05a13700b

-- 
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/anka-build-plugin/push/refs/heads/master/ed9a00-07b05a%40github.com.


[jenkinsci/anka-build-plugin]

2023-10-30 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/tags/anka-build-2.10.0
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/tags/anka-build-2.10.0/00-61190a%40github.com.


[jenkinsci/anka-build-plugin] 93d541: [maven-release-plugin] prepare for next developmen...

2023-10-30 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 93d541764d33218627a99e8537b049a3ded53795
  
https://github.com/jenkinsci/anka-build-plugin/commit/93d541764d33218627a99e8537b049a3ded53795
  Author: Niv Keidan 
  Date:   2023-10-30 (Mon, 30 Oct 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/anka-build-plugin/push/refs/heads/master/07b05a-93d541%40github.com.


[jenkinsci/anka-build-plugin] 80666e: CLOUD-1238 Update developer in pom.xml

2023-10-25 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/dpe-upgrade
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 80666e9f072f6df88bcb51a00f2138bcbc1e0cb0
  
https://github.com/jenkinsci/anka-build-plugin/commit/80666e9f072f6df88bcb51a00f2138bcbc1e0cb0
  Author: Niv Keidan 
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  CLOUD-1238 Update developer in pom.xml


  Commit: b1b042087ad1977514d47eb0c2d9db006ecb27de
  
https://github.com/jenkinsci/anka-build-plugin/commit/b1b042087ad1977514d47eb0c2d9db006ecb27de
  Author: Niv Keidan 
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump base Jenkins version to 2.346.1


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/80666e9f072f%5E...b1b042087ad1

-- 
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/anka-build-plugin/push/refs/heads/dpe-upgrade/00-b1b042%40github.com.


[jenkinsci/anka-build-plugin] 9f4f8f: CLOUD-632 Allow setting CPU and RAM for dynamic/st...

2023-10-18 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.10.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 9f4f8f691de3c99c1dccec46760fd2ca3a499731
  
https://github.com/jenkinsci/anka-build-plugin/commit/9f4f8f691de3c99c1dccec46760fd2ca3a499731
  Author: NivKeidan <51288016+nivkei...@users.noreply.github.com>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
M src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-632 Allow setting CPU and RAM for dynamic/static labels

Co-authored-by: Rohan Ramachandran 


-- 
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/anka-build-plugin/push/refs/heads/release/v2.10.0/bdb445-9f4f8f%40github.com.


[jenkinsci/anka-build-plugin] 37e8c9: "Added parameters for startvm vcpu and vram"

2023-10-18 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/CLOUD-632
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 37e8c9f88aad8c254c95604a2e88bcea2f23dd29
  
https://github.com/jenkinsci/anka-build-plugin/commit/37e8c9f88aad8c254c95604a2e88bcea2f23dd29
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java

  Log Message:
  ---
  "Added parameters for startvm vcpu and vram"


  Commit: 515ed7093dfd0477aa2b3b6dc79b193fd0f7629d
  
https://github.com/jenkinsci/anka-build-plugin/commit/515ed7093dfd0477aa2b3b6dc79b193fd0f7629d
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly

  Log Message:
  ---
  "Adding fields for plugin template and vcpu vram calls in starvm"


  Commit: 7c4097e38400392a932a0986a480e2c1163feddd
  
https://github.com/jenkinsci/anka-build-plugin/commit/7c4097e38400392a932a0986a480e2c1163feddd
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java

  Log Message:
  ---
  "Vram vcpu fields added and working for stopped templates"


  Commit: 3a17bb4031f36ed7482de981cb878a268662803c
  
https://github.com/jenkinsci/anka-build-plugin/commit/3a17bb4031f36ed7482de981cb878a268662803c
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java

  Log Message:
  ---
  "vcpu vram getters and setters"


  Commit: 99dc6a932a01e53f200726d2d146c98d853be8bd
  
https://github.com/jenkinsci/anka-build-plugin/commit/99dc6a932a01e53f200726d2d146c98d853be8bd
  Author: Niv Keidan 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
M src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-632 Allow setting CPU and RAM for dynamic/static labels


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/37e8c9f88aad%5E...99dc6a932a01

-- 
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/anka-build-plugin/push/refs/heads/CLOUD-632/00-99dc6a%40github.com.


[jenkinsci/anka-build-plugin]

2023-10-18 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.10.0
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/heads/release/v2.10.0/00-ed9a00%40github.com.


[jenkinsci/anka-build-plugin] 37e8c9: "Added parameters for startvm vcpu and vram"

2023-10-18 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/pull/14/head
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 37e8c9f88aad8c254c95604a2e88bcea2f23dd29
  
https://github.com/jenkinsci/anka-build-plugin/commit/37e8c9f88aad8c254c95604a2e88bcea2f23dd29
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java

  Log Message:
  ---
  "Added parameters for startvm vcpu and vram"


  Commit: 515ed7093dfd0477aa2b3b6dc79b193fd0f7629d
  
https://github.com/jenkinsci/anka-build-plugin/commit/515ed7093dfd0477aa2b3b6dc79b193fd0f7629d
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly

  Log Message:
  ---
  "Adding fields for plugin template and vcpu vram calls in starvm"


  Commit: 7c4097e38400392a932a0986a480e2c1163feddd
  
https://github.com/jenkinsci/anka-build-plugin/commit/7c4097e38400392a932a0986a480e2c1163feddd
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java

  Log Message:
  ---
  "Vram vcpu fields added and working for stopped templates"


  Commit: 3a17bb4031f36ed7482de981cb878a268662803c
  
https://github.com/jenkinsci/anka-build-plugin/commit/3a17bb4031f36ed7482de981cb878a268662803c
  Author: Rohan Ramachandran 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java

  Log Message:
  ---
  "vcpu vram getters and setters"


  Commit: 99dc6a932a01e53f200726d2d146c98d853be8bd
  
https://github.com/jenkinsci/anka-build-plugin/commit/99dc6a932a01e53f200726d2d146c98d853be8bd
  Author: Niv Keidan 
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaAPI.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AbstractSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/AnkaCloudSlaveTemplate.java
M src/main/java/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
M src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-632 Allow setting CPU and RAM for dynamic/static labels


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/37e8c9f88aad%5E...99dc6a932a01

-- 
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/anka-build-plugin/push/refs/heads/pull/14/head/00-99dc6a%40github.com.


[jenkinsci/anka-build-plugin]

2023-10-18 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/pull/14/head
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/heads/pull/14/head/99dc6a-00%40github.com.


[jenkinsci/anka-build-plugin] 7a2059: prevent deadlock in ssh launcher if jenkins attemp...

2022-05-31 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.7.1
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 7a20592f135827cb7a0b41fb548086fe0370fcea
  
https://github.com/jenkinsci/anka-build-plugin/commit/7a20592f135827cb7a0b41fb548086fe0370fcea
  Author: Niv Keidan 
  Date:   2022-05-31 (Tue, 31 May 2022)

  Changed paths:
M pom.xml
M src/main/java/com/veertu/plugin/anka/AnkaCloudComputer.java
M src/main/java/com/veertu/plugin/anka/AnkaLauncher.java

  Log Message:
  ---
  prevent deadlock in ssh launcher if jenkins attempts to teardown while 
launching in progress


-- 
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/anka-build-plugin/push/refs/heads/release/v2.7.1/00-7a2059%40github.com.


[jenkinsci/anka-build-plugin] 9a2430: CLOUD-740 Utilize Jenkins Proxy for outgoing commu...

2022-06-08 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.8.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 9a2430889848d309731f6ccd056420715945e361
  
https://github.com/jenkinsci/anka-build-plugin/commit/9a2430889848d309731f6ccd056420715945e361
  Author: Niv Keidan 
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java

  Log Message:
  ---
  CLOUD-740 Utilize Jenkins Proxy for outgoing communication


-- 
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/anka-build-plugin/push/refs/heads/release/v2.8.0/00-9a2430%40github.com.


[jenkinsci/anka-build-plugin] 9a2430: CLOUD-740 Utilize Jenkins Proxy for outgoing commu...

2022-06-14 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 9a2430889848d309731f6ccd056420715945e361
  
https://github.com/jenkinsci/anka-build-plugin/commit/9a2430889848d309731f6ccd056420715945e361
  Author: Niv Keidan 
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java

  Log Message:
  ---
  CLOUD-740 Utilize Jenkins Proxy for outgoing communication


  Commit: 26c007c9d6f17542029793634ee93f1c6ff39ae3
  
https://github.com/jenkinsci/anka-build-plugin/commit/26c007c9d6f17542029793634ee93f1c6ff39ae3
  Author: Niv Keidan 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java

  Log Message:
  ---
  fix bad logic printing


  Commit: fb8b3eee28d31ff008d6211cd1efd54e17229240
  
https://github.com/jenkinsci/anka-build-plugin/commit/fb8b3eee28d31ff008d6211cd1efd54e17229240
  Author: Niv Keidan 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java

  Log Message:
  ---
  CLOUD-740 Validate controller host is not in Jenkins "No Proxy Host" list + 
improve style


  Commit: 0fa45b3b731203670f6a0dd1f8914e72a44aee1f
  
https://github.com/jenkinsci/anka-build-plugin/commit/0fa45b3b731203670f6a0dd1f8914e72a44aee1f
  Author: Niv Keidan 
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.8.0


  Commit: 53fcd634e28b890ddf8424fdb3e1bf3f5b3da2e5
  
https://github.com/jenkinsci/anka-build-plugin/commit/53fcd634e28b890ddf8424fdb3e1bf3f5b3da2e5
  Author: Niv Keidan 
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/2c20ba0c22e0...53fcd634e28b

-- 
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/anka-build-plugin/push/refs/heads/master/2c20ba-53fcd6%40github.com.


[jenkinsci/anka-build-plugin]

2022-06-13 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/tags/anka-build-2.8.0
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/tags/anka-build-2.8.0/00-a3e737%40github.com.


[jenkinsci/anka-build-plugin] 0fa45b: [maven-release-plugin] prepare release anka-build-...

2022-06-13 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.8.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 0fa45b3b731203670f6a0dd1f8914e72a44aee1f
  
https://github.com/jenkinsci/anka-build-plugin/commit/0fa45b3b731203670f6a0dd1f8914e72a44aee1f
  Author: Niv Keidan 
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.8.0


  Commit: 53fcd634e28b890ddf8424fdb3e1bf3f5b3da2e5
  
https://github.com/jenkinsci/anka-build-plugin/commit/53fcd634e28b890ddf8424fdb3e1bf3f5b3da2e5
  Author: Niv Keidan 
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/fb8b3eee28d3...53fcd634e28b

-- 
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/anka-build-plugin/push/refs/heads/release/v2.8.0/fb8b3e-53fcd6%40github.com.


[jenkinsci/anka-build-plugin] 26c007: fix bad logic printing

2022-06-09 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.8.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 26c007c9d6f17542029793634ee93f1c6ff39ae3
  
https://github.com/jenkinsci/anka-build-plugin/commit/26c007c9d6f17542029793634ee93f1c6ff39ae3
  Author: Niv Keidan 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java

  Log Message:
  ---
  fix bad logic printing


-- 
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/anka-build-plugin/push/refs/heads/release/v2.8.0/9a2430-26c007%40github.com.


[jenkinsci/anka-build-plugin] fb8b3e: CLOUD-740 Validate controller host is not in Jenki...

2022-06-09 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.8.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: fb8b3eee28d31ff008d6211cd1efd54e17229240
  
https://github.com/jenkinsci/anka-build-plugin/commit/fb8b3eee28d31ff008d6211cd1efd54e17229240
  Author: Niv Keidan 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java

  Log Message:
  ---
  CLOUD-740 Validate controller host is not in Jenkins "No Proxy Host" list + 
improve style


-- 
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/anka-build-plugin/push/refs/heads/release/v2.8.0/26c007-fb8b3e%40github.com.


[jenkinsci/anka-build-plugin] 60aeee: [JENKINS-69035] Add unique symbol and CasC test

2022-07-20 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/feature/casc-compliance
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 60aeee488fba0e1fadd02b3eb32764a86ffc5c94
  
https://github.com/jenkinsci/anka-build-plugin/commit/60aeee488fba0e1fadd02b3eb32764a86ffc5c94
  Author: Allan Burdajewicz 
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
M pom.xml
M src/main/java/com/veertu/plugin/anka/RunOnceCloudRetentionStrategy.java
A src/main/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
A src/main/resources/com/veertu/plugin/anka/configuration-as-code.yml
A src/main/resources/com/veertu/plugin/anka/expected_output.yml
A src/test/java/com/veertu/plugin/anka/ConfigurationAsCodeTest.java
A src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
A src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
A src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  [JENKINS-69035] Add unique symbol and CasC test


  Commit: 28a3757bbaa1dd5999f85711ae48db39f0a2378a
  
https://github.com/jenkinsci/anka-build-plugin/commit/28a3757bbaa1dd5999f85711ae48db39f0a2378a
  Author: Niv Keidan 
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
M pom.xml
M src/main/java/com/veertu/plugin/anka/RunOnceCloudRetentionStrategy.java
A src/main/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
A src/main/resources/com/veertu/plugin/anka/configuration-as-code.yml
A src/main/resources/com/veertu/plugin/anka/expected_output.yml
A src/test/java/com/veertu/plugin/anka/ConfigurationAsCodeTest.java
A src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
A src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
A src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  Merge commit 'refs/pull/11/head' of 
https://github.com/jenkinsci/anka-build-plugin into feature/casc-compliance


  Commit: 3fb1cf25498af7676391cb10cbaf89b31ac47da6
  
https://github.com/jenkinsci/anka-build-plugin/commit/3fb1cf25498af7676391cb10cbaf89b31ac47da6
  Author: Allan Burdajewicz 
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
R src/main/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
R src/main/resources/com/veertu/plugin/anka/configuration-as-code.yml
R src/main/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  [JENKINS-69035] remove irrelevant yamls


  Commit: 664fe483ed3547e2cc61046705aa283462c46007
  
https://github.com/jenkinsci/anka-build-plugin/commit/664fe483ed3547e2cc61046705aa283462c46007
  Author: Niv Keidan 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
R src/main/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
R src/main/resources/com/veertu/plugin/anka/configuration-as-code.yml
R src/main/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  Merge commit 'refs/pull/11/head' of 
https://github.com/jenkinsci/anka-build-plugin into feature/casc-compliance


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/60aeee488fba%5E...664fe483ed35

-- 
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/anka-build-plugin/push/refs/heads/feature/casc-compliance/00-664fe4%40github.com.


[jenkinsci/anka-build-plugin] 03a513: removed redundant file

2022-07-19 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.9.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 03a51376a07df33803883dd7e82697dc1853e2d2
  
https://github.com/jenkinsci/anka-build-plugin/commit/03a51376a07df33803883dd7e82697dc1853e2d2
  Author: Niv Keidan 
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
R VERSION

  Log Message:
  ---
  removed redundant file


-- 
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/anka-build-plugin/push/refs/heads/release/v2.9.0/00-03a513%40github.com.


[jenkinsci/anka-build-plugin] 03a513: removed redundant file

2022-07-25 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 03a51376a07df33803883dd7e82697dc1853e2d2
  
https://github.com/jenkinsci/anka-build-plugin/commit/03a51376a07df33803883dd7e82697dc1853e2d2
  Author: Niv Keidan 
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
R VERSION

  Log Message:
  ---
  removed redundant file


  Commit: 8eca6cdaafe0b2c36464c17d96687afee0ae6c48
  
https://github.com/jenkinsci/anka-build-plugin/commit/8eca6cdaafe0b2c36464c17d96687afee0ae6c48
  Author: Allan Burdajewicz 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M pom.xml
M src/main/java/com/veertu/plugin/anka/RunOnceCloudRetentionStrategy.java
A src/test/java/com/veertu/plugin/anka/ConfigurationAsCodeTest.java
A src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
A src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
A src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-1044 [JENKINS-69035] Add unique symbol and CasC test


  Commit: d6000258edd134d9c09b5c01e8f324aadc4ef971
  
https://github.com/jenkinsci/anka-build-plugin/commit/d6000258edd134d9c09b5c01e8f324aadc4ef971
  Author: Basil Crow 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M pom.xml
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/ankaMgmtSdk/OpenIdConnectAuthenticator.java

  Log Message:
  ---
  CLOUD-998 Use built-in Base64 encoder (#10)

* Use built-in Base64 encoder

* Remove dependency on JAXB


  Commit: 13d147f1aa34344ebe593316409e0c789e2ca686
  
https://github.com/jenkinsci/anka-build-plugin/commit/13d147f1aa34344ebe593316409e0c789e2ca686
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaOnDemandSlave.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M 
src/main/resources/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep/config.jelly

  Log Message:
  ---
  CLOUD-921 Improve description for nameTemplate template variable


  Commit: 5ce30c525c097bfba095400924106af8ace53a82
  
https://github.com/jenkinsci/anka-build-plugin/commit/5ce30c525c097bfba095400924106af8ace53a82
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/test/java/com/veertu/plugin/anka/ConfigurationAsCodeTest.java
M src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
M src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-1044 alter some testing strings to make more sense


  Commit: 1f56c806d3dff3fce13e322e06c9c2bba909e748
  
https://github.com/jenkinsci/anka-build-plugin/commit/1f56c806d3dff3fce13e322e06c9c2bba909e748
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M 
src/main/resources/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep/config.jelly

  Log Message:
  ---
  CLOUD-921 Improve field title for nameTemplate template var


  Commit: b9cc4d00e2719c8a2a73d2f2cd52401193039300
  
https://github.com/jenkinsci/anka-build-plugin/commit/b9cc4d00e2719c8a2a73d2f2cd52401193039300
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml

  Log Message:
  ---
  CLOUD-1010 Improve error log for http client exceptions


  Commit: cf1a176e8faaf990cd79daa4876f051d6add5ade
  
https://github.com/jenkinsci/anka-build-plugin/commit/cf1a176e8faaf990cd79daa4876f051d6add5ade
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly

  Log Message:
  ---
  CLOUD-938 indicate that keepVmAlive is only available for Freestyle jobs


  Commit: 2a5c6afd41d14bfb8f2adc09d358c641e7c4e6c6
  
https://github.com/jenkinsci/anka-build-plugin/commit/2a5c6afd41d14bfb8f2adc09d358c641e7c4e6c6
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaProvisioningStrategy.java

  Log Message:
  ---
  CLOUD-1009 Update Cloud canProvision and provision methods to new signature


  Commit: 0385431262a37eae30f353f73817977f753bfb55
  
https://github.com/jenkinsci/anka-build-plugin/commit/0385431262a37eae30f353f73817977f753bfb55
  Author: Niv Keidan 
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] 

[jenkinsci/anka-build-plugin]

2022-07-25 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/tags/anka-build-2.9.0
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/tags/anka-build-2.9.0/00-6c1fed%40github.com.


[jenkinsci/anka-build-plugin] ed9a00: [maven-release-plugin] prepare for next developmen...

2022-07-25 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: ed9a00195135476d9e0098240cf5bb1a1673cd69
  
https://github.com/jenkinsci/anka-build-plugin/commit/ed9a00195135476d9e0098240cf5bb1a1673cd69
  Author: Niv Keidan 
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  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/anka-build-plugin/push/refs/heads/master/038543-ed9a00%40github.com.


[jenkinsci/anka-build-plugin] 13d147: CLOUD-921 Improve description for nameTemplate tem...

2022-07-21 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.9.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 13d147f1aa34344ebe593316409e0c789e2ca686
  
https://github.com/jenkinsci/anka-build-plugin/commit/13d147f1aa34344ebe593316409e0c789e2ca686
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaOnDemandSlave.java
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M 
src/main/resources/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep/config.jelly

  Log Message:
  ---
  CLOUD-921 Improve description for nameTemplate template variable


  Commit: 5ce30c525c097bfba095400924106af8ace53a82
  
https://github.com/jenkinsci/anka-build-plugin/commit/5ce30c525c097bfba095400924106af8ace53a82
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/test/java/com/veertu/plugin/anka/ConfigurationAsCodeTest.java
M src/test/resources/com/veertu/plugin/anka/configuration-as-code-legacy.yml
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml
M src/test/resources/com/veertu/plugin/anka/expected_output.yml

  Log Message:
  ---
  CLOUD-1044 alter some testing strings to make more sense


  Commit: 1f56c806d3dff3fce13e322e06c9c2bba909e748
  
https://github.com/jenkinsci/anka-build-plugin/commit/1f56c806d3dff3fce13e322e06c9c2bba909e748
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M 
src/main/resources/com/veertu/plugin/anka/CreateDynamicAnkaNodeStep/config.jelly

  Log Message:
  ---
  CLOUD-921 Improve field title for nameTemplate template var


  Commit: b9cc4d00e2719c8a2a73d2f2cd52401193039300
  
https://github.com/jenkinsci/anka-build-plugin/commit/b9cc4d00e2719c8a2a73d2f2cd52401193039300
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/test/resources/com/veertu/plugin/anka/configuration-as-code.yml

  Log Message:
  ---
  CLOUD-1010 Improve error log for http client exceptions


  Commit: cf1a176e8faaf990cd79daa4876f051d6add5ade
  
https://github.com/jenkinsci/anka-build-plugin/commit/cf1a176e8faaf990cd79daa4876f051d6add5ade
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly

  Log Message:
  ---
  CLOUD-938 indicate that keepVmAlive is only available for Freestyle jobs


  Commit: 2a5c6afd41d14bfb8f2adc09d358c641e7c4e6c6
  
https://github.com/jenkinsci/anka-build-plugin/commit/2a5c6afd41d14bfb8f2adc09d358c641e7c4e6c6
  Author: Niv Keidan 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java
M src/main/java/com/veertu/plugin/anka/AnkaProvisioningStrategy.java

  Log Message:
  ---
  CLOUD-1009 Update Cloud canProvision and provision methods to new signature


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/d6000258edd1...2a5c6afd41d1

-- 
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/anka-build-plugin/push/refs/heads/release/v2.9.0/d60002-2a5c6a%40github.com.