[jenkinsci/proxmox-plugin] f884ee: Update terminology

2022-09-12 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: f884ee30938c42736f9fcd513d5304a4016818ba
  
https://github.com/jenkinsci/proxmox-plugin/commit/f884ee30938c42736f9fcd513d5304a4016818ba
  Author: Zbynek Konecny 
  Date:   2022-09-11 (Sun, 11 Sep 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Update terminology


  Commit: 1de4b1af16c6ad3f060010d5b25de4177b9a74a6
  
https://github.com/jenkinsci/proxmox-plugin/commit/1de4b1af16c6ad3f060010d5b25de4177b9a74a6
  Author: Zbynek Konecny 
  Date:   2022-09-11 (Sun, 11 Sep 2022)

  Changed paths:
M README.md
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java
M src/main/resources/index.jelly
M src/main/webapp/help-vm-datacenterDescription.html

  Log Message:
  ---
  Update terminology


  Commit: 589a97208c635be690e4d7caf4e0108e69ae3c7c
  
https://github.com/jenkinsci/proxmox-plugin/commit/589a97208c635be690e4d7caf4e0108e69ae3c7c
  Author: Maxime C 
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
M README.md
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java
M src/main/resources/index.jelly
M src/main/webapp/help-vm-datacenterDescription.html

  Log Message:
  ---
  Merge pull request #21 from zbynek/patch-1

Update terminology


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/22f85d7123d5...589a97208c63

-- 
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/proxmox-plugin/push/refs/heads/master/22f85d-589a97%40github.com.


[jenkinsci/proxmox-plugin] 41e9c8: prevent duplicate config keys

2022-08-19 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 41e9c83df29b9450f23c6181814cedfbb00b1aed
  
https://github.com/jenkinsci/proxmox-plugin/commit/41e9c83df29b9450f23c6181814cedfbb00b1aed
  Author: Sebastian Koslowski 
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java

  Log Message:
  ---
  prevent duplicate config keys

* currently the node parameters are saved twice, in the Launcher and the Slave 
class
* mark them transient in the Launcher, as they get passed by the Slave anyway


  Commit: 22f85d7123d5b1578a7130acb29298a06525de7f
  
https://github.com/jenkinsci/proxmox-plugin/commit/22f85d7123d5b1578a7130acb29298a06525de7f
  Author: Maxime C 
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java

  Log Message:
  ---
  Merge pull request #20 from skoslowski/launcher_params

prevent duplicate config keys


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/6fa53d4ab8d0...22f85d7123d5

-- 
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/proxmox-plugin/push/refs/heads/master/6fa53d-22f85d%40github.com.


[jenkinsci/proxmox-plugin] 6fa53d: [maven-release-plugin] prepare for next developmen...

2022-03-25 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 6fa53d4ab8d0f1e5c8538b559d40f86d2fbe302f
  
https://github.com/jenkinsci/proxmox-plugin/commit/6fa53d4ab8d0f1e5c8538b559d40f86d2fbe302f
  Author: Maxhy 
  Date:   2022-03-25 (Fri, 25 Mar 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/proxmox-plugin/push/refs/heads/master/f87165-6fa53d%40github.com.


[jenkinsci/proxmox-plugin]

2022-03-25 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.7.1
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.7.1/00-c5aca0%40github.com.


[jenkinsci/proxmox-plugin] 21fa38: Add permission check on VirtualMachineSlave callba...

2022-03-25 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 21fa38386dc3a9de5963509ac4fda3d2aa6e2e42
  
https://github.com/jenkinsci/proxmox-plugin/commit/21fa38386dc3a9de5963509ac4fda3d2aa6e2e42
  Author: Maxhy 
  Date:   2022-03-25 (Fri, 25 Mar 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java

  Log Message:
  ---
  Add permission check on VirtualMachineSlave callbacks and enforce POST 
request on test actions


  Commit: f87165965f7e19ea8124a79642a20a51d5f8bcea
  
https://github.com/jenkinsci/proxmox-plugin/commit/f87165965f7e19ea8124a79642a20a51d5f8bcea
  Author: Maxhy 
  Date:   2022-03-25 (Fri, 25 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.7.1


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/64fcc8a00863...f87165965f7e

-- 
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/proxmox-plugin/push/refs/heads/master/64fcc8-f87165%40github.com.


[jenkinsci/proxmox-plugin] 64fcc8: [maven-release-plugin] prepare for next developmen...

2022-03-11 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 64fcc8a00863ed4af22f35d491815f5824d7378a
  
https://github.com/jenkinsci/proxmox-plugin/commit/64fcc8a00863ed4af22f35d491815f5824d7378a
  Author: Maxhy 
  Date:   2022-03-11 (Fri, 11 Mar 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/proxmox-plugin/push/refs/heads/master/14f2b6-64fcc8%40github.com.


[jenkinsci/proxmox-plugin]

2022-03-11 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.7.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.7.0/00-9ed9b7%40github.com.


[jenkinsci/proxmox-plugin] 14f2b6: [maven-release-plugin] prepare release proxmox-0.7.0

2022-03-11 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 14f2b634e3ee7f21e280c45bfe5c7dd95f4e7e1a
  
https://github.com/jenkinsci/proxmox-plugin/commit/14f2b634e3ee7f21e280c45bfe5c7dd95f4e7e1a
  Author: Maxhy 
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.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/proxmox-plugin/push/refs/heads/master/cae736-14f2b6%40github.com.


[jenkinsci/proxmox-plugin] cae736: Move to unirest instead of monoid for REST requests

2022-03-11 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: cae736c57a8c7f7aa7220eb7ddac5c047c9e97a9
  
https://github.com/jenkinsci/proxmox-plugin/commit/cae736c57a8c7f7aa7220eb7ddac5c047c9e97a9
  Author: Maxhy 
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java

  Log Message:
  ---
  Move to unirest instead of monoid for REST requests


-- 
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/proxmox-plugin/push/refs/heads/master/6012c2-cae736%40github.com.


[jenkinsci/proxmox-plugin] 6012c2: [maven-release-plugin] prepare for next developmen...

2022-02-24 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 6012c2129992e32694bc772ca735525ee6948dbd
  
https://github.com/jenkinsci/proxmox-plugin/commit/6012c2129992e32694bc772ca735525ee6948dbd
  Author: Maxhy 
  Date:   2022-02-24 (Thu, 24 Feb 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/proxmox-plugin/push/refs/heads/master/2949ed-6012c2%40github.com.


[jenkinsci/proxmox-plugin]

2022-02-24 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.6.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.6.0/00-3fede4%40github.com.


[jenkinsci/proxmox-plugin] 2949ed: [maven-release-plugin] prepare release proxmox-0.6.0

2022-02-24 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 2949ed45e35355563a6bf7dd6c193c78e5e52358
  
https://github.com/jenkinsci/proxmox-plugin/commit/2949ed45e35355563a6bf7dd6c193c78e5e52358
  Author: Maxhy 
  Date:   2022-02-24 (Thu, 24 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.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/proxmox-plugin/push/refs/heads/master/577e17-2949ed%40github.com.


[jenkinsci/proxmox-plugin] 577e17: Use Secret object for password storage

2022-02-24 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 577e17122113edd48fd9601f083cbeb37038bf66
  
https://github.com/jenkinsci/proxmox-plugin/commit/577e17122113edd48fd9601f083cbeb37038bf66
  Author: Maxhy 
  Date:   2022-02-24 (Thu, 24 Feb 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java
M src/main/webapp/help-vm-snapshotName.html
M 
src/test/java/org/jenkinsci/plugins/proxmox/tools/ConfigurationAsCodeTest.java
R src/test/resources/org/jenkinsci/plugins/proxmox/tools/expected_output.yml

  Log Message:
  ---
  Use Secret object for password storage


-- 
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/proxmox-plugin/push/refs/heads/master/896edb-577e17%40github.com.


[jenkinsci/proxmox-plugin] 896edb: [maven-release-plugin] prepare for next developmen...

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 896edb197bd9bd2593a5f6b19b19ca04a0691716
  
https://github.com/jenkinsci/proxmox-plugin/commit/896edb197bd9bd2593a5f6b19b19ca04a0691716
  Author: Maxhy 
  Date:   2022-02-15 (Tue, 15 Feb 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/proxmox-plugin/push/refs/heads/master/6c8137-896edb%40github.com.


[jenkinsci/proxmox-plugin] 6c8137: [maven-release-plugin] prepare release proxmox-0.5.0

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 6c81370bdb40a813cb4ae7bd09e79e19bc87e979
  
https://github.com/jenkinsci/proxmox-plugin/commit/6c81370bdb40a813cb4ae7bd09e79e19bc87e979
  Author: Maxhy 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.5.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/proxmox-plugin/push/refs/heads/master/ad40b1-6c8137%40github.com.


[jenkinsci/proxmox-plugin]

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.5.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.5.0/00-5f1636%40github.com.


[jenkinsci/proxmox-plugin]

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.5.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.5.0/4eca9d-00%40github.com.


[jenkinsci/proxmox-plugin]

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/heads/master/74ee07-ad40b1%40github.com.


[jenkinsci/proxmox-plugin] 74ee07: [maven-release-plugin] prepare for next developmen...

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 74ee074f2f421466a100d8fcfe7aea20d0c1424f
  
https://github.com/jenkinsci/proxmox-plugin/commit/74ee074f2f421466a100d8fcfe7aea20d0c1424f
  Author: Maxhy 
  Date:   2022-02-15 (Tue, 15 Feb 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/proxmox-plugin/push/refs/heads/master/250b5c-74ee07%40github.com.


[jenkinsci/proxmox-plugin]

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.5.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.5.0/00-4eca9d%40github.com.


[jenkinsci/proxmox-plugin] 250b5c: [maven-release-plugin] prepare release proxmox-0.5.0

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 250b5c15d6b0160879f5813c44ba48559fcf5927
  
https://github.com/jenkinsci/proxmox-plugin/commit/250b5c15d6b0160879f5813c44ba48559fcf5927
  Author: Maxhy 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.5.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/proxmox-plugin/push/refs/heads/master/ad40b1-250b5c%40github.com.


[jenkinsci/proxmox-plugin] ad40b1: Add missing imports

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: ad40b1dd00a25dc38f7be93e64ad28ba67de0398
  
https://github.com/jenkinsci/proxmox-plugin/commit/ad40b1dd00a25dc38f7be93e64ad28ba67de0398
  Author: Maxhy 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java

  Log Message:
  ---
  Add missing imports


-- 
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/proxmox-plugin/push/refs/heads/master/928d42-ad40b1%40github.com.


[jenkinsci/proxmox-plugin] 928d42: Parse port from hostname to avoid forced port 8006

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 928d4238f569cb1a67e424c451baa9cd4501a7cf
  
https://github.com/jenkinsci/proxmox-plugin/commit/928d4238f569cb1a67e424c451baa9cd4501a7cf
  Author: Maxhy 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java

  Log Message:
  ---
  Parse port from hostname to avoid forced port 8006


-- 
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/proxmox-plugin/push/refs/heads/master/18a400-928d42%40github.com.


[jenkinsci/proxmox-plugin] 9ded24: feature: add Configuration As Code compatibility [...

2022-02-15 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 9ded244d8e510c71666410cdbaa9dd93d57dc655
  
https://github.com/jenkinsci/proxmox-plugin/commit/9ded244d8e510c71666410cdbaa9dd93d57dc655
  Author: Benoit GUERIN 
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
A 
src/test/java/org/jenkinsci/plugins/proxmox/tools/ConfigurationAsCodeTest.java
A 
src/test/resources/org/jenkinsci/plugins/proxmox/tools/configuration-as-code.yml
A src/test/resources/org/jenkinsci/plugins/proxmox/tools/expected_output.yml

  Log Message:
  ---
  feature: add Configuration As Code compatibility [JENKINS-67330]


  Commit: 18a400c78b71fb60c1193abc6144327c8ef685b4
  
https://github.com/jenkinsci/proxmox-plugin/commit/18a400c78b71fb60c1193abc6144327c8ef685b4
  Author: Maxime C 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
A 
src/test/java/org/jenkinsci/plugins/proxmox/tools/ConfigurationAsCodeTest.java
A 
src/test/resources/org/jenkinsci/plugins/proxmox/tools/configuration-as-code.yml
A src/test/resources/org/jenkinsci/plugins/proxmox/tools/expected_output.yml

  Log Message:
  ---
  Merge pull request #17 from bguerin/feature/jcasc

feature: add Configuration As Code compatibility [JENKINS-67330]


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/3c6b201c5775...18a400c78b71

-- 
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/proxmox-plugin/push/refs/heads/master/3c6b20-18a400%40github.com.


[jenkinsci/proxmox-plugin] 3c6b20: [maven-release-plugin] prepare for next developmen...

2021-09-02 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 3c6b201c5775237d379e577e30589d39027c5a87
  
https://github.com/jenkinsci/proxmox-plugin/commit/3c6b201c5775237d379e577e30589d39027c5a87
  Author: Maxhy 
  Date:   2021-09-02 (Thu, 02 Sep 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/proxmox-plugin/push/refs/heads/master/01d44c-3c6b20%40github.com.


[jenkinsci/proxmox-plugin]

2021-09-02 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.4.2
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.4.2/00-1b3fbf%40github.com.


[jenkinsci/proxmox-plugin] 01d44c: [maven-release-plugin] prepare release proxmox-0.4.2

2021-09-02 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 01d44c27b73a73e4720b226022708054c7f4899c
  
https://github.com/jenkinsci/proxmox-plugin/commit/01d44c27b73a73e4720b226022708054c7f4899c
  Author: Maxhy 
  Date:   2021-09-02 (Thu, 02 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.4.2


-- 
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/proxmox-plugin/push/refs/heads/master/8aee36-01d44c%40github.com.


[jenkinsci/proxmox-plugin] 8aee36: Correctly fix VirtualMachineSlave/configure-entrie...

2021-09-02 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 8aee36c5def8f9952ea508a9d094ed0cf93b7818
  
https://github.com/jenkinsci/proxmox-plugin/commit/8aee36c5def8f9952ea508a9d094ed0cf93b7818
  Author: Maxhy 
  Date:   2021-09-02 (Thu, 02 Sep 2021)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entries.jelly

  Log Message:
  ---
  Correctly fix VirtualMachineSlave/configure-entries.jelly


-- 
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/proxmox-plugin/push/refs/heads/master/05a698-8aee36%40github.com.


[jenkinsci/proxmox-plugin] 05a698: [maven-release-plugin] prepare for next developmen...

2021-08-27 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 05a69809672744dcb05d3fcf00f1b81306bdc11a
  
https://github.com/jenkinsci/proxmox-plugin/commit/05a69809672744dcb05d3fcf00f1b81306bdc11a
  Author: Maxhy 
  Date:   2021-08-27 (Fri, 27 Aug 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/proxmox-plugin/push/refs/heads/master/38b74e-05a698%40github.com.


[jenkinsci/proxmox-plugin] 38b74e: [maven-release-plugin] prepare release proxmox-0.4.1

2021-08-27 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 38b74ef5164a8ac783839225aa7b39e554ea0d0e
  
https://github.com/jenkinsci/proxmox-plugin/commit/38b74ef5164a8ac783839225aa7b39e554ea0d0e
  Author: Maxhy 
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.4.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/proxmox-plugin/push/refs/heads/master/0b2514-38b74e%40github.com.


[jenkinsci/proxmox-plugin]

2021-08-27 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/tags/proxmox-0.4.1
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.4.1/00-c227b8%40github.com.


[jenkinsci/proxmox-plugin] 0b2514: Fix to work on latest jenkins versions

2021-08-27 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 0b2514a846a0a06bf36eb31a1b6a61a5872fd97f
  
https://github.com/jenkinsci/proxmox-plugin/commit/0b2514a846a0a06bf36eb31a1b6a61a5872fd97f
  Author: Maxhy 
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entries.jelly

  Log Message:
  ---
  Fix to work on latest jenkins versions


-- 
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/proxmox-plugin/push/refs/heads/master/39c60e-0b2514%40github.com.


[jenkinsci/proxmox-plugin] 39c60e: Fix to work on latest jenkins versions

2021-08-27 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 39c60e9ca4fcc86db75de6d9f90a1201db6a6807
  
https://github.com/jenkinsci/proxmox-plugin/commit/39c60e9ca4fcc86db75de6d9f90a1201db6a6807
  Author: Maxhy 
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entries.jelly

  Log Message:
  ---
  Fix to work on latest jenkins versions


-- 
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/proxmox-plugin/push/refs/heads/master/c72844-39c60e%40github.com.


[jenkinsci/proxmox-plugin] c72844: Fix to work on latest jenkins versions

2021-08-27 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: c728442554096a95be8982abd3837861ddc94cda
  
https://github.com/jenkinsci/proxmox-plugin/commit/c728442554096a95be8982abd3837861ddc94cda
  Author: Maxhy 
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entries.jelly

  Log Message:
  ---
  Fix to work on latest jenkins versions


-- 
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/proxmox-plugin/push/refs/heads/master/ddd63b-c72844%40github.com.


[jenkinsci/proxmox-plugin] 7af1b6: Start VM even if policy is set on BEFORE_JOB

2021-08-27 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 7af1b6f167b7e535bcf4d06e65c9c49ebfe2adfc
  
https://github.com/jenkinsci/proxmox-plugin/commit/7af1b6f167b7e535bcf4d06e65c9c49ebfe2adfc
  Author: Jean-Baptiste Langlois 
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java

  Log Message:
  ---
  Start VM even if policy is set on BEFORE_JOB


  Commit: ddd63b5e94c36ad474dd02f1df9322644efe69c0
  
https://github.com/jenkinsci/proxmox-plugin/commit/ddd63b5e94c36ad474dd02f1df9322644efe69c0
  Author: Maxime C 
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java

  Log Message:
  ---
  Merge pull request #15 from Mithweth/master

Start VM even if policy is set on BEFORE_JOB


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/9388b3e3297a...ddd63b5e94c3

-- 
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/proxmox-plugin/push/refs/heads/master/9388b3-ddd63b%40github.com.


[jenkinsci/proxmox-plugin] c67897: [GH-12] Fix exception caused by offline cause loca...

2020-10-16 Thread 'Maxime C.' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: c67897425198dfcc5e98016c32f9be4f41456fb8
  
https://github.com/jenkinsci/proxmox-plugin/commit/c67897425198dfcc5e98016c32f9be4f41456fb8
  Author: Pavel Golikov 
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java
A src/main/resources/org/jenkinsci/plugins/proxmox/Messages.properties

  Log Message:
  ---
  [GH-12] Fix exception caused by offline cause localization

Use properties file to localize OfflineCause's description.


  Commit: 9388b3e3297a1283e0ec8a44daa79caea97d9942
  
https://github.com/jenkinsci/proxmox-plugin/commit/9388b3e3297a1283e0ec8a44daa79caea97d9942
  Author: Maxime C 
  Date:   2020-10-16 (Fri, 16 Oct 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java
A src/main/resources/org/jenkinsci/plugins/proxmox/Messages.properties

  Log Message:
  ---
  Merge pull request #13 from REC-SPb-ETU/localization-fix

[GH-12] Fix exception caused by offline cause localization


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/7dbcf45711a6...9388b3e3297a

-- 
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/proxmox-plugin/push/refs/heads/master/7dbcf4-9388b3%40github.com.


[jenkinsci/proxmox-plugin] 0134bb: Prevent jenkins node reconnect while snapshot is r...

2020-06-05 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 0134bb5c42a1759b978826c13caeb703e1881695
  
https://github.com/jenkinsci/proxmox-plugin/commit/0134bb5c42a1759b978826c13caeb703e1881695
  Author: Evgeny Kalishenko 
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java

  Log Message:
  ---
  Prevent jenkins node reconnect while snapshot is reverting (it'll be
better to user RetantionStrategy) (#10)


  Commit: 7dbcf45711a64254f420c554f8e3009020a4c049
  
https://github.com/jenkinsci/proxmox-plugin/commit/7dbcf45711a64254f420c554f8e3009020a4c049
  Author: Maxime C 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java

  Log Message:
  ---
  Merge pull request #11 from REC-SPb-ETU/prevent-node-auto-reconnect

Prevent jenkins node reconnect while snapshot is reverting


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/9564a60790ff...7dbcf45711a6

-- 
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/proxmox-plugin/push/refs/heads/master/9564a6-7dbcf4%40github.com.


[jenkinsci/proxmox-plugin] 9564a6: Add license and build status badges

2020-03-05 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 9564a60790ffac6b0834123e8104a66f508794cd
  
https://github.com/jenkinsci/proxmox-plugin/commit/9564a60790ffac6b0834123e8104a66f508794cd
  Author: Maxhy 
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add license and build status badges


-- 
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/proxmox-plugin/push/refs/heads/master/06627b-9564a6%40github.com.


[jenkinsci/proxmox-plugin] 06627b: Update pom.xml with license and developer information

2020-03-04 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 06627b2677b44a5a477933282fc6a278fa6f60f7
  
https://github.com/jenkinsci/proxmox-plugin/commit/06627b2677b44a5a477933282fc6a278fa6f60f7
  Author: Maxhy 
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml with license and developer information


-- 
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/proxmox-plugin/push/refs/heads/master/6f3771-06627b%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/tags/proxmox-0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.4.0/00-049e3e%40github.com.


[jenkinsci/proxmox-plugin] 6f3771: [maven-release-plugin] prepare for next developmen...

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 6f37718a7e741e660adf64e4f39a373d07ddf3fa
  
https://github.com/jenkinsci/proxmox-plugin/commit/6f37718a7e741e660adf64e4f39a373d07ddf3fa
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 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/proxmox-plugin/push/refs/heads/master/2b2c94-6f3771%40github.com.


[jenkinsci/proxmox-plugin] 2b2c94: [maven-release-plugin] prepare release proxmox-0.4.0

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 2b2c94b24b22b4e8c96e37c202b623efb27a071a
  
https://github.com/jenkinsci/proxmox-plugin/commit/2b2c94b24b22b4e8c96e37c202b623efb27a071a
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.4.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/proxmox-plugin/push/refs/heads/master/feda93-2b2c94%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/heads/master/a14dfa-feda93%40github.com.


[jenkinsci/proxmox-plugin] a14dfa: [maven-release-plugin] prepare release proxmox-0.4.0

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: a14dfa8260fb3a3ba92397a0c6e4ed13e5c87436
  
https://github.com/jenkinsci/proxmox-plugin/commit/a14dfa8260fb3a3ba92397a0c6e4ed13e5c87436
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.4.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/proxmox-plugin/push/refs/heads/master/feda93-a14dfa%40github.com.


[jenkinsci/proxmox-plugin] feda93: Fix CI build and deploy

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: feda93a9e14ac6286adfbdb94c177009c6f9198f
  
https://github.com/jenkinsci/proxmox-plugin/commit/feda93a9e14ac6286adfbdb94c177009c6f9198f
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
A Jenkinsfile
M pom.xml

  Log Message:
  ---
  Fix CI build and deploy


-- 
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/proxmox-plugin/push/refs/heads/master/35afff-feda93%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/tags/proxmox-0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.4.0/708e07-00%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/heads/master/f7bc2a-35afff%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/tags/proxmox-0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.4.0/00-708e07%40github.com.


[jenkinsci/proxmox-plugin] f7bc2a: [maven-release-plugin] prepare for next developmen...

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: f7bc2acf4c4e5a44af577bca8b75d6fb08a9a7fe
  
https://github.com/jenkinsci/proxmox-plugin/commit/f7bc2acf4c4e5a44af577bca8b75d6fb08a9a7fe
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 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/proxmox-plugin/push/refs/heads/master/0642db-f7bc2a%40github.com.


[jenkinsci/proxmox-plugin] 0642db: [maven-release-plugin] prepare release proxmox-0.4.0

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 0642db5a34fedd25880309ca4529e924174bf1d7
  
https://github.com/jenkinsci/proxmox-plugin/commit/0642db5a34fedd25880309ca4529e924174bf1d7
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.4.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/proxmox-plugin/push/refs/heads/master/35afff-0642db%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/tags/proxmox-0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.4.0/5677f5-00%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/heads/master/5d2e95-35afff%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/tags/proxmox-0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.4.0/00-5677f5%40github.com.


[jenkinsci/proxmox-plugin] 5d2e95: [maven-release-plugin] prepare for next developmen...

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 5d2e95a73340dbf07e608cce322806e230301e11
  
https://github.com/jenkinsci/proxmox-plugin/commit/5d2e95a73340dbf07e608cce322806e230301e11
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 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/proxmox-plugin/push/refs/heads/master/cd0e07-5d2e95%40github.com.


[jenkinsci/proxmox-plugin] cd0e07: [maven-release-plugin] prepare release proxmox-0.4.0

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: cd0e07f953c245eb56e63971aa42e5078d42d230
  
https://github.com/jenkinsci/proxmox-plugin/commit/cd0e07f953c245eb56e63971aa42e5078d42d230
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release proxmox-0.4.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/proxmox-plugin/push/refs/heads/master/35afff-cd0e07%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/tags/v0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/v0.4.0/751579-00%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/heads/master/8985fd-35afff%40github.com.


[jenkinsci/proxmox-plugin]

2020-03-03 Thread Maxime C.
  Branch: refs/tags/v0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/v0.4.0/00-751579%40github.com.


[jenkinsci/proxmox-plugin] 8985fd: [maven-release-plugin] prepare for next developmen...

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 8985fdb796afe83be86688d024371e4fdf144427
  
https://github.com/jenkinsci/proxmox-plugin/commit/8985fdb796afe83be86688d024371e4fdf144427
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 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/proxmox-plugin/push/refs/heads/master/5585f1-8985fd%40github.com.


[jenkinsci/proxmox-plugin] 5585f1: [maven-release-plugin] prepare release v0.4.0

2020-03-03 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 5585f1a5c12ac49297b545231ace598045332583
  
https://github.com/jenkinsci/proxmox-plugin/commit/5585f1a5c12ac49297b545231ace598045332583
  Author: Maxhy 
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v0.4.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/proxmox-plugin/push/refs/heads/master/35afff-5585f1%40github.com.


[jenkinsci/proxmox-plugin]

2020-02-26 Thread Maxime C.
  Branch: refs/tags/v0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/v0.4.0/6a8ce6-00%40github.com.


[jenkinsci/proxmox-plugin]

2020-02-26 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/heads/master/6a8ce6-35afff%40github.com.


[jenkinsci/proxmox-plugin]

2020-02-26 Thread Maxime C.
  Branch: refs/tags/v0.4.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/v0.4.0/00-6a8ce6%40github.com.


[jenkinsci/proxmox-plugin] 6a8ce6: Update version to release

2020-02-26 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 6a8ce69079ec1002e2ba5649ee94e51163a67359
  
https://github.com/jenkinsci/proxmox-plugin/commit/6a8ce69079ec1002e2ba5649ee94e51163a67359
  Author: Maxhy 
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update version to release


-- 
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/proxmox-plugin/push/refs/heads/master/35afff-6a8ce6%40github.com.


[jenkinsci/proxmox-plugin] 35afff: Update documentation on GitHub

2020-02-26 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 35afff01a5528039a405de9187012d28b1b5
  
https://github.com/jenkinsci/proxmox-plugin/commit/35afff01a5528039a405de9187012d28b1b5
  Author: Maxhy 
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Update documentation on GitHub


-- 
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/proxmox-plugin/push/refs/heads/master/4d8ce5-35afff%40github.com.


[jenkinsci/proxmox-plugin] 751bd8: Added Jenkins BOM dependency resolution (#7)

2020-02-26 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 751bd8cb14c366306ddc7cf1036500a9d2e5b3cf
  
https://github.com/jenkinsci/proxmox-plugin/commit/751bd8cb14c366306ddc7cf1036500a9d2e5b3cf
  Author: Evgeny Kalishenko 
  Date:   2019-12-07 (Sat, 07 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added Jenkins BOM dependency resolution (#7)


  Commit: 2c55ff1f5799a03968d0c9ebcfe601b8ffca5b6c
  
https://github.com/jenkinsci/proxmox-plugin/commit/2c55ff1f5799a03968d0c9ebcfe601b8ffca5b6c
  Author: Evgeny Kalishenko 
  Date:   2019-12-08 (Sun, 08 Dec 2019)

  Changed paths:
R src/main/java/org/jenkinsci/plugins/proxmox/JobRunListener.java
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java

  Log Message:
  ---
  JobListener logic moved to VirtualMachineSlaveComputer in order to
control tasks in jenkins pipeline scripts (#7)


  Commit: b901d2ac45ca03596469c15dbadec1fa5715affc
  
https://github.com/jenkinsci/proxmox-plugin/commit/b901d2ac45ca03596469c15dbadec1fa5715affc
  Author: Evgeny Kalishenko 
  Date:   2019-12-15 (Sun, 15 Dec 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entries.jelly

  Log Message:
  ---
  Fixed error in "Startup Idle" validation, caused by method removing. Now
validation is based on jelly "clazz=nubmer" field restriction (#7)


  Commit: 55b8ee7fb178b445b361f21b6c7d7284e17f84b3
  
https://github.com/jenkinsci/proxmox-plugin/commit/55b8ee7fb178b445b361f21b6c7d7284e17f84b3
  Author: Evgeny Kalishenko 
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java

  Log Message:
  ---
  Waiting for agent disconnect before revert (#7)


  Commit: cc936d44ffea07ef43d4381f5515714f3d377ebd
  
https://github.com/jenkinsci/proxmox-plugin/commit/cc936d44ffea07ef43d4381f5515714f3d377ebd
  Author: atarasov 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java

  Log Message:
  ---
  Fix waiting for remote tasks completion (#7)


  Commit: 4d8ce52721036763542ab7eb36c2500b6501f646
  
https://github.com/jenkinsci/proxmox-plugin/commit/4d8ce52721036763542ab7eb36c2500b6501f646
  Author: Maxime C 
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
R src/main/java/org/jenkinsci/plugins/proxmox/JobRunListener.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
M 
src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlaveComputer.java
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entries.jelly

  Log Message:
  ---
  Merge pull request #7 from REC-SPb-ETU/pipeline-support

Support job-based snapshot revert for pipeline script


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/2cddc5a8f025...4d8ce5272103

-- 
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/proxmox-plugin/push/refs/heads/master/2cddc5-4d8ce5%40github.com.


[jenkinsci/proxmox-plugin] 92b3bf: Added shutdown API call.

2020-02-26 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 92b3bfc8305b61b50785bcff4ed5b6c57243f2eb
  
https://github.com/jenkinsci/proxmox-plugin/commit/92b3bfc8305b61b50785bcff4ed5b6c57243f2eb
  Author: LePresidente 
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java

  Log Message:
  ---
  Added shutdown API call.
Added isQemuMachineRunning and getQemuMachineStatus API call to check if Qemu 
VM is running.


  Commit: 156608318a07388bd0cc2d7f687aef5b378c860a
  
https://github.com/jenkinsci/proxmox-plugin/commit/156608318a07388bd0cc2d7f687aef5b378c860a
  Author: LePresidente 
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java

  Log Message:
  ---
  Check if snapshot is not "current" before trying to apply.
Try shutdown first before calling stop on a VM.
Don't try start VM if its already running.


  Commit: cba1632217558aa67181b0b2317d9582498a7c12
  
https://github.com/jenkinsci/proxmox-plugin/commit/cba1632217558aa67181b0b2317d9582498a7c12
  Author: LePresidente 
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated pom.xml


  Commit: 23cecda67aa475a020ca83714f1feb7375dd08df
  
https://github.com/jenkinsci/proxmox-plugin/commit/23cecda67aa475a020ca83714f1feb7375dd08df
  Author: Evgeny Kalishenko 
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/PluginImpl.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java

  Log Message:
  ---
  Deprecated "Hudson.getInstance()" moved to "Jenkins.getInstance()"


  Commit: c6281e59cf9a4ce566e2cb05fcd5f03c61c9e2ea
  
https://github.com/jenkinsci/proxmox-plugin/commit/c6281e59cf9a4ce566e2cb05fcd5f03c61c9e2ea
  Author: Evgeny Kalishenko 
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
R src/main/java/org/jenkinsci/plugins/proxmox/PluginImpl.java

  Log Message:
  ---
  Removed old plugin registration interface - now only extensions


  Commit: 4c57819454affd960a4d9eacd385a5c8b5df240e
  
https://github.com/jenkinsci/proxmox-plugin/commit/4c57819454affd960a4d9eacd385a5c8b5df240e
  Author: Evgeny Kalishenko 
  Date:   2019-10-27 (Sun, 27 Oct 2019)

  Changed paths:
M pom.xml
A src/main/java/org/jenkinsci/plugins/proxmox/JobRunListener.java

  Log Message:
  ---
  Added RunListener for snapshot revert before any job (#6)


  Commit: 7b418287717cead575d1cfd4204d498055dc5ff4
  
https://github.com/jenkinsci/proxmox-plugin/commit/7b418287717cead575d1cfd4204d498055dc5ff4
  Author: Evgeny Kalishenko 
  Date:   2019-11-10 (Sun, 10 Nov 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/proxmox/JobRunListener.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java

  Log Message:
  ---
  Snapshot is reverted only before the job, not when connected (#6)


  Commit: 7ce59e8e52db01354cc33dd6e8bc3fb24a447287
  
https://github.com/jenkinsci/proxmox-plugin/commit/7ce59e8e52db01354cc33dd6e8bc3fb24a447287
  Author: Evgeny Kalishenko 
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
M src/main/java/org/jenkinsci/plugins/proxmox/JobRunListener.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entries.jelly
A src/main/webapp/help-vm-revertPolicy.html
A src/main/webapp/help-vm-waitingPeriod.html

  Log Message:
  ---
  Added revert policy to control if it is needed to revert snapshot after
connect of before every job (#6)


  Commit: 2cddc5a8f02548f7f3d963c51e50e14cadd90ff9
  
https://github.com/jenkinsci/proxmox-plugin/commit/2cddc5a8f02548f7f3d963c51e50e14cadd90ff9
  Author: Maxime C 
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/proxmox/Datacenter.java
A src/main/java/org/jenkinsci/plugins/proxmox/JobRunListener.java
R src/main/java/org/jenkinsci/plugins/proxmox/PluginImpl.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineLauncher.java
M src/main/java/org/jenkinsci/plugins/proxmox/VirtualMachineSlave.java
M src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java
M 
src/main/resources/org/jenkinsci/plugins/proxmox/VirtualMachineSlave/configure-entri

[jenkinsci/proxmox-plugin] 3418dd: Use HTTPS URLs in pom.xml

2019-11-15 Thread Maxime C.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/proxmox-plugin
  Commit: 3418dd6db6ddc7b3230cc864a52afcffb88f1c22
  
https://github.com/jenkinsci/proxmox-plugin/commit/3418dd6db6ddc7b3230cc864a52afcffb88f1c22
  Author: Daniel Beck 
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: 09dc3fda08ba4199516adab826725c32e88f73c4
  
https://github.com/jenkinsci/proxmox-plugin/commit/09dc3fda08ba4199516adab826725c32e88f73c4
  Author: Maxime C 
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #5 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/proxmox-plugin/compare/15d0cd383394...09dc3fda08ba

-- 
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/proxmox-plugin/push/refs/heads/master/15d0cd-09dc3f%40github.com.


[jenkinsci/proxmox-plugin]

2019-05-28 Thread Maxime C.
  Branch: refs/tags/proxmox-0.3.0
  Home:   https://github.com/jenkinsci/proxmox-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/proxmox-plugin/push/refs/tags/proxmox-0.3.0/00-15d0cd%40github.com.
For more options, visit https://groups.google.com/d/optout.