[jenkinsci/delphix-plugin] a80aaf: [maven-release-plugin] prepare for next developmen...

2024-02-26 Thread 'ankit-patil-hubs' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: a80aafe08a7d3690d5b4f3b7b41171514894d4ec
  
https://github.com/jenkinsci/delphix-plugin/commit/a80aafe08a7d3690d5b4f3b7b41171514894d4ec
  Author: ankit.patil 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M pom.xml

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/master/4f683c-a80aaf%40github.com.


[jenkinsci/delphix-plugin]

2024-02-26 Thread 'ankit-patil-hubs' via Jenkins Commits
  Branch: refs/tags/delphix-3.1.1
  Home:   https://github.com/jenkinsci/delphix-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/tags/delphix-3.1.1/00-7ab88f%40github.com.


[jenkinsci/delphix-plugin] 4f683c: [maven-release-plugin] prepare release delphix-3.1.1

2024-02-26 Thread 'ankit-patil-hubs' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 4f683c5e889b8d91086f5107792d0e5e58fa736f
  
https://github.com/jenkinsci/delphix-plugin/commit/4f683c5e889b8d91086f5107792d0e5e58fa736f
  Author: ankit.patil 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.1.1



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/master/798a36-4f683c%40github.com.


[jenkinsci/delphix-plugin] 1dbc44: fix for security issue

2024-02-26 Thread 'ankit-patil-hubs' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 1dbc447602f1c07962e776687cf51fcbbd3345c0
  
https://github.com/jenkinsci/delphix-plugin/commit/1dbc447602f1c07962e776687cf51fcbbd3345c0
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java

  Log Message:
  ---
  fix for security issue


  Commit: 28359afaba294719422bbf4757fd78e33a4eff8d
  
https://github.com/jenkinsci/delphix-plugin/commit/28359afaba294719422bbf4757fd78e33a4eff8d
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
A src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  Added testcases


  Commit: 951223f08d59b4f335ab003b1e49c2f3ea6b1f42
  
https://github.com/jenkinsci/delphix-plugin/commit/951223f08d59b4f335ab003b1e49c2f3ea6b1f42
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
M src/test/java/io/jenkins/plugins/delphix/DeleteVDBTest.java
M src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  commented testcases


  Commit: aa2ab9b71ca9e549df748313b33fae061ed8a9e6
  
https://github.com/jenkinsci/delphix-plugin/commit/aa2ab9b71ca9e549df748313b33fae061ed8a9e6
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
R src/test/java/io/jenkins/plugins/delphix/DeleteVDBTest.java
M src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
R src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
R src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
   updated ssl check variable name


  Commit: 0052a903b28d5bddff0469f38d4db5cdcfdc02fc
  
https://github.com/jenkinsci/delphix-plugin/commit/0052a903b28d5bddff0469f38d4db5cdcfdc02fc
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly

  Log Message:
  ---
  rename the internal data member for global config


  Commit: 30912d4219d5eea5e1f42274edf603539809f5de
  
https://github.com/jenkinsci/delphix-plugin/commit/30912d4219d5eea5e1f42274edf603539809f5de
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java

  Log Message:
  ---
  rename datamember for sslcheck


  Commit: 798a36148526dbf6028eb6443f193c8f02c75cf2
  
https://github.com/jenkinsci/delphix-plugin/commit/798a36148526dbf6028eb6443f193c8f02c75cf2
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly
R src/test/java/io/jenkins/plugins/delphix/DeleteVDBTest.java
A src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
R src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
R src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  Merge pull request #37 from jenkinsci/security_fix_and-_test

Security fix and testcase


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/646851528039...798a36148526

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google G

[jenkinsci/delphix-plugin] 30912d: rename datamember for sslcheck

2024-02-25 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security_fix_and-_test
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 30912d4219d5eea5e1f42274edf603539809f5de
  
https://github.com/jenkinsci/delphix-plugin/commit/30912d4219d5eea5e1f42274edf603539809f5de
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java

  Log Message:
  ---
  rename datamember for sslcheck



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/security_fix_and-_test/0052a9-30912d%40github.com.


[jenkinsci/delphix-plugin] 0052a9: rename the internal data member for global config

2024-02-25 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security_fix_and-_test
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 0052a903b28d5bddff0469f38d4db5cdcfdc02fc
  
https://github.com/jenkinsci/delphix-plugin/commit/0052a903b28d5bddff0469f38d4db5cdcfdc02fc
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly

  Log Message:
  ---
  rename the internal data member for global config



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/security_fix_and-_test/aa2ab9-0052a9%40github.com.


[jenkinsci/delphix-plugin] aa2ab9: updated ssl check variable name

2024-02-23 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security_fix_and-_test
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: aa2ab9b71ca9e549df748313b33fae061ed8a9e6
  
https://github.com/jenkinsci/delphix-plugin/commit/aa2ab9b71ca9e549df748313b33fae061ed8a9e6
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
R src/test/java/io/jenkins/plugins/delphix/DeleteVDBTest.java
M src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
R src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
R src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
   updated ssl check variable name



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/security_fix_and-_test/951223-aa2ab9%40github.com.


[jenkinsci/delphix-plugin] 805386: README Updates

2024-02-23 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 805386eacba6a602c0816f502ab4a6f99ed69243
  
https://github.com/jenkinsci/delphix-plugin/commit/805386eacba6a602c0816f502ab4a6f99ed69243
  Author: Nick Mathison <114104601+nick-mathi...@users.noreply.github.com>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  README Updates

- Name clarification
- Support clarification
- Link updates


  Commit: 801f3d37b63866a5aa8dddb1e18e026cdbfc4fc3
  
https://github.com/jenkinsci/delphix-plugin/commit/801f3d37b63866a5aa8dddb1e18e026cdbfc4fc3
  Author: Nick Mathison <114104601+nick-mathi...@users.noreply.github.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Updated Jenkins plugin site name


  Commit: 646851528039d0bfb332c59977a7cd8934718a50
  
https://github.com/jenkinsci/delphix-plugin/commit/646851528039d0bfb332c59977a7cd8934718a50
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #36 from jenkinsci/readme-updates

README Updates: Name, Support, Link Updates


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/f650195fbfe9...646851528039

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/master/f65019-646851%40github.com.


[jenkinsci/delphix-plugin] 951223: commented testcases

2024-02-21 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security_fix_and-_test
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 951223f08d59b4f335ab003b1e49c2f3ea6b1f42
  
https://github.com/jenkinsci/delphix-plugin/commit/951223f08d59b4f335ab003b1e49c2f3ea6b1f42
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
M src/test/java/io/jenkins/plugins/delphix/DeleteVDBTest.java
M src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  commented testcases



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/security_fix_and-_test/28359a-951223%40github.com.


[jenkinsci/delphix-plugin] 28359a: Added testcases

2024-02-20 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security_fix_and-_test
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 28359afaba294719422bbf4757fd78e33a4eff8d
  
https://github.com/jenkinsci/delphix-plugin/commit/28359afaba294719422bbf4757fd78e33a4eff8d
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
A src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  Added testcases



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/security_fix_and-_test/1dbc44-28359a%40github.com.


[jenkinsci/delphix-plugin] 1dbc44: fix for security issue

2024-02-20 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security_fix_and-_test
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 1dbc447602f1c07962e776687cf51fcbbd3345c0
  
https://github.com/jenkinsci/delphix-plugin/commit/1dbc447602f1c07962e776687cf51fcbbd3345c0
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java

  Log Message:
  ---
  fix for security issue



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/security_fix_and-_test/00-1dbc44%40github.com.


[jenkinsci/delphix-plugin] 129775: fix for security vulnerability and enabled testcases

2024-02-20 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security_issue
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 1297750c43bacdc8c0fa942c6ff6e650897358d0
  
https://github.com/jenkinsci/delphix-plugin/commit/1297750c43bacdc8c0fa942c6ff6e650897358d0
  Author: ankit.patil 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
A src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  fix for security vulnerability and enabled testcases



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/security_issue/f65019-129775%40github.com.


[jenkinsci/delphix-plugin] 60046e: added testcses for sec issue

2024-02-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/testcases
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 60046e828387d5c4853638db81d5bc626d202d61
  
https://github.com/jenkinsci/delphix-plugin/commit/60046e828387d5c4853638db81d5bc626d202d61
  Author: ankit.patil 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
A src/test/java/io/jenkins/plugins/delphix/GlobalConfigurationTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmarkTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  added testcses for sec issue



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/delphix-plugin/settings/notifications

-- 
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/delphix-plugin/push/refs/heads/testcases/00-60046e%40github.com.


[jenkinsci/delphix-plugin] 767f47: [maven-release-plugin] prepare for next developmen...

2023-10-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 767f471f92a415d856144cf806f775b6fde302d1
  
https://github.com/jenkinsci/delphix-plugin/commit/767f471f92a415d856144cf806f775b6fde302d1
  Author: ankit.patil 
  Date:   2023-10-17 (Tue, 17 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/delphix-plugin/push/refs/heads/master/6b8fda-767f47%40github.com.


[jenkinsci/delphix-plugin]

2023-10-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/tags/delphix-3.1.0
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/tags/delphix-3.1.0/00-2b25ae%40github.com.


[jenkinsci/delphix-plugin] 6b8fda: [maven-release-plugin] prepare release delphix-3.1.0

2023-10-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 6b8fdadaaa5824da68baa706aa39a49c6568c329
  
https://github.com/jenkinsci/delphix-plugin/commit/6b8fdadaaa5824da68baa706aa39a49c6568c329
  Author: ankit.patil 
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.1.0


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/delphix-plugin/push/refs/heads/master/72cb13-6b8fda%40github.com.


[jenkinsci/delphix-plugin] 1e9c5b: version downgrade 2.346.1

2023-10-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 1e9c5b465d10ddd5c1f00939e05afee162706b7d
  
https://github.com/jenkinsci/delphix-plugin/commit/1e9c5b465d10ddd5c1f00939e05afee162706b7d
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version downgrade 2.346.1


  Commit: ff95ad9728718b0335994b77865b784d654c7c74
  
https://github.com/jenkinsci/delphix-plugin/commit/ff95ad9728718b0335994b77865b784d654c7c74
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update bom version


  Commit: 3c25c231b5c4aa72cd173be2e6df4bcc1484868d
  
https://github.com/jenkinsci/delphix-plugin/commit/3c25c231b5c4aa72cd173be2e6df4bcc1484868d
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-09-18 (Mon, 18 Sep 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DeleteVDB.java
M src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark.java
M src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot.java
M src/main/java/io/jenkins/plugins/delphix/Tags.java
M src/main/java/io/jenkins/plugins/job/JobHelper.java
M src/main/java/io/jenkins/plugins/properties/DelphixProperties.java

  Log Message:
  ---
  fix for codeql alerts


  Commit: 4985fbe4decf70021e3495abf82a3705a71610d2
  
https://github.com/jenkinsci/delphix-plugin/commit/4985fbe4decf70021e3495abf82a3705a71610d2
  Author: ankit.patil 
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
A src/main/webapp/help-databaseName.html
A src/main/webapp/help-engineId.html
A src/main/webapp/help-retentionPolicyId.html
A src/main/webapp/help-snapshotPolicyId.html
A src/main/webapp/help-targetGroupId.html

  Log Message:
  ---
  addded missing help files


  Commit: c2f976debf11489d8bdf3040478edcd1fe67d3f1
  
https://github.com/jenkinsci/delphix-plugin/commit/c2f976debf11489d8bdf3040478edcd1fe67d3f1
  Author: ankit.patil 
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/constant/Constant.java

  Log Message:
  ---
  updated version number


  Commit: 491976b06fc716ac1666d4ad0e2172837e668d6e
  
https://github.com/jenkinsci/delphix-plugin/commit/491976b06fc716ac1666d4ad0e2172837e668d6e
  Author: ankit.patil 
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
M src/main/webapp/help-databaseName.html
M src/main/webapp/help-retentionPolicyId.html
M src/main/webapp/help-snapshotPolicyId.html
M src/main/webapp/help-targetGroupId.html

  Log Message:
  ---
  addressed the review comments


  Commit: 72cb1337305d3ecaee6a3fd103567baf3bd69614
  
https://github.com/jenkinsci/delphix-plugin/commit/72cb1337305d3ecaee6a3fd103567baf3bd69614
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/delphix/DeleteVDB.java
M src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark.java
M src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot.java
M src/main/java/io/jenkins/plugins/delphix/Tags.java
M src/main/java/io/jenkins/plugins/job/JobHelper.java
M src/main/java/io/jenkins/plugins/properties/DelphixProperties.java
A src/main/webapp/help-databaseName.html
A src/main/webapp/help-engineId.html
A src/main/webapp/help-retentionPolicyId.html
A src/main/webapp/help-snapshotPolicyId.html
A src/main/webapp/help-targetGroupId.html

  Log Message:
  ---
  Merge pull request #35 from jenkinsci/version_downgrade

Jenkins version downgrade changes and codeql alert fix


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/188f9bfda175...72cb1337305d

-- 
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/delphix-plugin/push/refs/heads/master/188f9b-72cb13%40github.com.


[jenkinsci/delphix-plugin] 491976: addressed the review comments

2023-10-16 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/version_downgrade
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 491976b06fc716ac1666d4ad0e2172837e668d6e
  
https://github.com/jenkinsci/delphix-plugin/commit/491976b06fc716ac1666d4ad0e2172837e668d6e
  Author: ankit.patil 
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
M src/main/webapp/help-databaseName.html
M src/main/webapp/help-retentionPolicyId.html
M src/main/webapp/help-snapshotPolicyId.html
M src/main/webapp/help-targetGroupId.html

  Log Message:
  ---
  addressed the review comments


-- 
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/delphix-plugin/push/refs/heads/version_downgrade/c2f976-491976%40github.com.


[jenkinsci/delphix-plugin] c2f976: updated version number

2023-10-16 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/version_downgrade
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: c2f976debf11489d8bdf3040478edcd1fe67d3f1
  
https://github.com/jenkinsci/delphix-plugin/commit/c2f976debf11489d8bdf3040478edcd1fe67d3f1
  Author: ankit.patil 
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/constant/Constant.java

  Log Message:
  ---
  updated version number


-- 
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/delphix-plugin/push/refs/heads/version_downgrade/4985fb-c2f976%40github.com.


[jenkinsci/delphix-plugin] 4985fb: addded missing help files

2023-10-12 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/version_downgrade
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 4985fbe4decf70021e3495abf82a3705a71610d2
  
https://github.com/jenkinsci/delphix-plugin/commit/4985fbe4decf70021e3495abf82a3705a71610d2
  Author: ankit.patil 
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
A src/main/webapp/help-databaseName.html
A src/main/webapp/help-engineId.html
A src/main/webapp/help-retentionPolicyId.html
A src/main/webapp/help-snapshotPolicyId.html
A src/main/webapp/help-targetGroupId.html

  Log Message:
  ---
  addded missing help files


-- 
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/delphix-plugin/push/refs/heads/version_downgrade/3c25c2-4985fb%40github.com.


[jenkinsci/delphix-plugin] 3c25c2: fix for codeql alerts

2023-09-18 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/version_downgrade
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 3c25c231b5c4aa72cd173be2e6df4bcc1484868d
  
https://github.com/jenkinsci/delphix-plugin/commit/3c25c231b5c4aa72cd173be2e6df4bcc1484868d
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-09-18 (Mon, 18 Sep 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/delphix/DeleteVDB.java
M src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark.java
M src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot.java
M src/main/java/io/jenkins/plugins/delphix/Tags.java
M src/main/java/io/jenkins/plugins/job/JobHelper.java
M src/main/java/io/jenkins/plugins/properties/DelphixProperties.java

  Log Message:
  ---
  fix for codeql alerts


-- 
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/delphix-plugin/push/refs/heads/version_downgrade/ff95ad-3c25c2%40github.com.


[jenkinsci/delphix-plugin] ff95ad: update bom version

2023-08-31 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/version_downgrade
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: ff95ad9728718b0335994b77865b784d654c7c74
  
https://github.com/jenkinsci/delphix-plugin/commit/ff95ad9728718b0335994b77865b784d654c7c74
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update bom version


-- 
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/delphix-plugin/push/refs/heads/version_downgrade/1e9c5b-ff95ad%40github.com.


[jenkinsci/delphix-plugin] 1e9c5b: version downgrade 2.346.1

2023-08-31 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/version_downgrade
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 1e9c5b465d10ddd5c1f00939e05afee162706b7d
  
https://github.com/jenkinsci/delphix-plugin/commit/1e9c5b465d10ddd5c1f00939e05afee162706b7d
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version downgrade 2.346.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/delphix-plugin/push/refs/heads/version_downgrade/ca1c18-1e9c5b%40github.com.


[jenkinsci/delphix-plugin]

2023-08-31 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/version_downgrade
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/heads/version_downgrade/00-ca1c18%40github.com.


[jenkinsci/delphix-plugin] ca1c18: [maven-release-plugin] prepare for next developmen...

2023-08-09 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: ca1c18f2b5ba44002a1cbd3a7e2cf828cc78f313
  
https://github.com/jenkinsci/delphix-plugin/commit/ca1c18f2b5ba44002a1cbd3a7e2cf828cc78f313
  Author: ankit.patil 
  Date:   2023-08-09 (Wed, 09 Aug 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/delphix-plugin/push/refs/heads/master/b30899-ca1c18%40github.com.


[jenkinsci/delphix-plugin]

2023-08-09 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/tags/delphix-3.0.3
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/tags/delphix-3.0.3/00-bedbee%40github.com.


[jenkinsci/delphix-plugin] b30899: [maven-release-plugin] prepare release delphix-3.0.3

2023-08-09 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: b30899739c7628e386df738b7024883ddd3fee57
  
https://github.com/jenkinsci/delphix-plugin/commit/b30899739c7628e386df738b7024883ddd3fee57
  Author: ankit.patil 
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.0.3


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/delphix-plugin/push/refs/heads/master/f3e024-b30899%40github.com.


[jenkinsci/delphix-plugin]

2023-08-08 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security-fix
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/heads/security-fix/49eef8-00%40github.com.


[jenkinsci/delphix-plugin] 49eef8: added fix for security issue https://issues.jenkin...

2023-08-08 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 49eef889f14446d7c53ad935576f66422f7c901a
  
https://github.com/jenkinsci/delphix-plugin/commit/49eef889f14446d7c53ad935576f66422f7c901a
  Author: ankit.patil 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/util/CredentialUtil.java

  Log Message:
  ---
  added fix for security issue https://issues.jenkins.io/browse/SECURITY-3214


  Commit: f3e02432363694ef6390d8cb71a1c7a4b4c682f4
  
https://github.com/jenkinsci/delphix-plugin/commit/f3e02432363694ef6390d8cb71a1c7a4b4c682f4
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/util/CredentialUtil.java

  Log Message:
  ---
  Merge pull request #32 from jenkinsci/security-fix

Security Issue Fix - SECURITY-3214


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/a35445daa856...f3e024323636

-- 
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/delphix-plugin/push/refs/heads/master/a35445-f3e024%40github.com.


[jenkinsci/delphix-plugin] 49eef8: added fix for security issue https://issues.jenkin...

2023-08-02 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/security-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 49eef889f14446d7c53ad935576f66422f7c901a
  
https://github.com/jenkinsci/delphix-plugin/commit/49eef889f14446d7c53ad935576f66422f7c901a
  Author: ankit.patil 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/util/CredentialUtil.java

  Log Message:
  ---
  added fix for security issue https://issues.jenkins.io/browse/SECURITY-3214


-- 
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/delphix-plugin/push/refs/heads/security-fix/00-49eef8%40github.com.


[jenkinsci/delphix-plugin]

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/tags/delphix-3.0.2
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/tags/delphix-3.0.2/00-4ab8e8%40github.com.


[jenkinsci/delphix-plugin] a35445: [maven-release-plugin] prepare for next developmen...

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: a35445daa8565b7e68ffb5f92333d2d767d6863f
  
https://github.com/jenkinsci/delphix-plugin/commit/a35445daa8565b7e68ffb5f92333d2d767d6863f
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/delphix-plugin/push/refs/heads/master/2f4724-a35445%40github.com.


[jenkinsci/delphix-plugin] 2f4724: [maven-release-plugin] prepare release delphix-3.0.2

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 2f4724454a963dc5ce90d21dd3287916d11b9d0c
  
https://github.com/jenkinsci/delphix-plugin/commit/2f4724454a963dc5ce90d21dd3287916d11b9d0c
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.0.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/delphix-plugin/push/refs/heads/master/5a7c02-2f4724%40github.com.


[jenkinsci/delphix-plugin] c7e097: Minor changes

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: c7e097eed565fe828e45b336f351fb0ecb50732a
  
https://github.com/jenkinsci/delphix-plugin/commit/c7e097eed565fe828e45b336f351fb0ecb50732a
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly
M src/main/webapp/help-sslCheck.html

  Log Message:
  ---
  Minor changes
1.documentation url changes
2.Timeout issue resolution
3.default ssl check


  Commit: 07ee591b472790cb556e4a1050d46f76020c8223
  
https://github.com/jenkinsci/delphix-plugin/commit/07ee591b472790cb556e4a1050d46f76020c8223
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly

  Log Message:
  ---
  rename to ssl check Field name


  Commit: 9608f1f141803f097e04a2445ac97770dd3123fe
  
https://github.com/jenkinsci/delphix-plugin/commit/9608f1f141803f097e04a2445ac97770dd3123fe
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M src/main/webapp/help-sslCheck.html

  Log Message:
  ---
  Updated the comment


  Commit: 315077e8155e7f3789a74e184611ddae0c228ab7
  
https://github.com/jenkinsci/delphix-plugin/commit/315077e8155e7f3789a74e184611ddae0c228ab7
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update the tag no


  Commit: 75d4c81ed4d03238b34af1e4c96306fdd3178771
  
https://github.com/jenkinsci/delphix-plugin/commit/75d4c81ed4d03238b34af1e4c96306fdd3178771
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  updated the plugin name in readme


  Commit: 5a7c027098b7b4f2f7dabfe3912ccd70af52d0cd
  
https://github.com/jenkinsci/delphix-plugin/commit/5a7c027098b7b4f2f7dabfe3912ccd70af52d0cd
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M README.md
M pom.xml
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly
M src/main/webapp/help-sslCheck.html

  Log Message:
  ---
  Merge pull request #31 from jenkinsci/bug-fix

Updated documentation , Fixed Timeout , Made SSL check as default


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/722f5207c182...5a7c027098b7

-- 
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/delphix-plugin/push/refs/heads/master/722f52-5a7c02%40github.com.


[jenkinsci/delphix-plugin] 75d4c8: updated the plugin name in readme

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/bug-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 75d4c81ed4d03238b34af1e4c96306fdd3178771
  
https://github.com/jenkinsci/delphix-plugin/commit/75d4c81ed4d03238b34af1e4c96306fdd3178771
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  updated the plugin name in readme


-- 
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/delphix-plugin/push/refs/heads/bug-fix/315077-75d4c8%40github.com.


[jenkinsci/delphix-plugin] 315077: update the tag no

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/bug-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 315077e8155e7f3789a74e184611ddae0c228ab7
  
https://github.com/jenkinsci/delphix-plugin/commit/315077e8155e7f3789a74e184611ddae0c228ab7
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update the tag no


-- 
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/delphix-plugin/push/refs/heads/bug-fix/9608f1-315077%40github.com.


[jenkinsci/delphix-plugin] 9608f1: Updated the comment

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/bug-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 9608f1f141803f097e04a2445ac97770dd3123fe
  
https://github.com/jenkinsci/delphix-plugin/commit/9608f1f141803f097e04a2445ac97770dd3123fe
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M src/main/webapp/help-sslCheck.html

  Log Message:
  ---
  Updated the comment


-- 
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/delphix-plugin/push/refs/heads/bug-fix/07ee59-9608f1%40github.com.


[jenkinsci/delphix-plugin] 07ee59: rename to ssl check Field name

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/bug-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 07ee591b472790cb556e4a1050d46f76020c8223
  
https://github.com/jenkinsci/delphix-plugin/commit/07ee591b472790cb556e4a1050d46f76020c8223
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly

  Log Message:
  ---
  rename to ssl check Field name


-- 
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/delphix-plugin/push/refs/heads/bug-fix/c7e097-07ee59%40github.com.


[jenkinsci/delphix-plugin] c7e097: Minor changes

2023-07-19 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/bug-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: c7e097eed565fe828e45b336f351fb0ecb50732a
  
https://github.com/jenkinsci/delphix-plugin/commit/c7e097eed565fe828e45b336f351fb0ecb50732a
  Author: ankit.patil 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/constant/Constant.java
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
M 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly
M src/main/webapp/help-sslCheck.html

  Log Message:
  ---
  Minor changes
1.documentation url changes
2.Timeout issue resolution
3.default ssl check


-- 
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/delphix-plugin/push/refs/heads/bug-fix/722f52-c7e097%40github.com.


[jenkinsci/delphix-plugin] 3ebf32: Merge pull request #30 from jenkinsci/bug-fix

2023-07-18 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/bug-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 3ebf32516fd36369b8c6c2a47b082674434015b6
  
https://github.com/jenkinsci/delphix-plugin/commit/3ebf32516fd36369b8c6c2a47b082674434015b6
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark/config.jelly

  Log Message:
  ---
  Merge pull request #30 from jenkinsci/bug-fix

addressed the optional parameter values save in bookmark operation


  Commit: 7f81701cc3fac4f1ab7f34ec423e493c5d4cea05
  
https://github.com/jenkinsci/delphix-plugin/commit/7f81701cc3fac4f1ab7f34ec423e493c5d4cea05
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  changed the repo url from public to releases


  Commit: 43ac9ad75d408648748f65cab6774630a506a610
  
https://github.com/jenkinsci/delphix-plugin/commit/43ac9ad75d408648748f65cab6774630a506a610
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  adding public jenkins repo to pom


  Commit: e87c027b9b7f07d430b6bfb804cff71bb49c572d
  
https://github.com/jenkinsci/delphix-plugin/commit/e87c027b9b7f07d430b6bfb804cff71bb49c572d
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.0.1


  Commit: 722f5207c18288119481dd499ff823958e4950fc
  
https://github.com/jenkinsci/delphix-plugin/commit/722f5207c18288119481dd499ff823958e4950fc
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/e4d0094107c7...722f5207c182

-- 
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/delphix-plugin/push/refs/heads/bug-fix/e4d009-722f52%40github.com.


[jenkinsci/delphix-plugin] 722f52: [maven-release-plugin] prepare for next developmen...

2023-07-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 722f5207c18288119481dd499ff823958e4950fc
  
https://github.com/jenkinsci/delphix-plugin/commit/722f5207c18288119481dd499ff823958e4950fc
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/delphix-plugin/push/refs/heads/master/e87c02-722f52%40github.com.


[jenkinsci/delphix-plugin]

2023-07-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/tags/delphix-3.0.1
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/tags/delphix-3.0.1/00-83d8ad%40github.com.


[jenkinsci/delphix-plugin] e87c02: [maven-release-plugin] prepare release delphix-3.0.1

2023-07-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: e87c027b9b7f07d430b6bfb804cff71bb49c572d
  
https://github.com/jenkinsci/delphix-plugin/commit/e87c027b9b7f07d430b6bfb804cff71bb49c572d
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.0.1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/delphix-plugin/push/refs/heads/master/43ac9a-e87c02%40github.com.


[jenkinsci/delphix-plugin] 43ac9a: adding public jenkins repo to pom

2023-07-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 43ac9ad75d408648748f65cab6774630a506a610
  
https://github.com/jenkinsci/delphix-plugin/commit/43ac9ad75d408648748f65cab6774630a506a610
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  adding public jenkins repo to pom


-- 
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/delphix-plugin/push/refs/heads/master/7f8170-43ac9a%40github.com.


[jenkinsci/delphix-plugin] 7f8170: changed the repo url from public to releases

2023-07-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 7f81701cc3fac4f1ab7f34ec423e493c5d4cea05
  
https://github.com/jenkinsci/delphix-plugin/commit/7f81701cc3fac4f1ab7f34ec423e493c5d4cea05
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  changed the repo url from public to releases


-- 
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/delphix-plugin/push/refs/heads/master/3ebf32-7f8170%40github.com.


[jenkinsci/delphix-plugin] e4d009: addressed the opetional paramater values save in b...

2023-07-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: e4d0094107c77b4ea1f29b12202895ed35b72b65
  
https://github.com/jenkinsci/delphix-plugin/commit/e4d0094107c77b4ea1f29b12202895ed35b72b65
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark/config.jelly

  Log Message:
  ---
  addressed the opetional paramater values save in bookmark operation


  Commit: 3ebf32516fd36369b8c6c2a47b082674434015b6
  
https://github.com/jenkinsci/delphix-plugin/commit/3ebf32516fd36369b8c6c2a47b082674434015b6
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark/config.jelly

  Log Message:
  ---
  Merge pull request #30 from jenkinsci/bug-fix

addressed the optional parameter values save in bookmark operation


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/15b08789014c...3ebf32516fd3

-- 
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/delphix-plugin/push/refs/heads/master/15b087-3ebf32%40github.com.


[jenkinsci/delphix-plugin] e4d009: addressed the opetional paramater values save in b...

2023-07-17 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/bug-fix
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: e4d0094107c77b4ea1f29b12202895ed35b72b65
  
https://github.com/jenkinsci/delphix-plugin/commit/e4d0094107c77b4ea1f29b12202895ed35b72b65
  Author: ankit.patil 
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark/config.jelly

  Log Message:
  ---
  addressed the opetional paramater values save in bookmark operation


-- 
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/delphix-plugin/push/refs/heads/bug-fix/00-e4d009%40github.com.


[jenkinsci/delphix-plugin] 15b087: [maven-release-plugin] prepare for next developmen...

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 15b08789014c1e990cb2a0b2cd0b851fcc683cf2
  
https://github.com/jenkinsci/delphix-plugin/commit/15b08789014c1e990cb2a0b2cd0b851fcc683cf2
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/delphix-plugin/push/refs/heads/master/b00113-15b087%40github.com.


[jenkinsci/delphix-plugin]

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/tags/delphix-3.0.0
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/tags/delphix-3.0.0/00-cb14a9%40github.com.


[jenkinsci/delphix-plugin] b00113: Update pom.xml with version number

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: b0011320ff5ee37b8343c2f05d3e7728ebf7cbf0
  
https://github.com/jenkinsci/delphix-plugin/commit/b0011320ff5ee37b8343c2f05d3e7728ebf7cbf0
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml with version number


-- 
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/delphix-plugin/push/refs/heads/master/3e810e-b00113%40github.com.


[jenkinsci/delphix-plugin] 3e810e: [maven-release-plugin] prepare release delphix-3.0.0

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 3e810e477f1bb89fef907e7b2a85015906409a42
  
https://github.com/jenkinsci/delphix-plugin/commit/3e810e477f1bb89fef907e7b2a85015906409a42
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.0.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/delphix-plugin/push/refs/heads/master/28b82f-3e810e%40github.com.


[jenkinsci/delphix-plugin] 28b82f: Update pom.xml with 3.0.0 version

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 28b82f81bb59d743c47386b9de7f97bfcf4fd427
  
https://github.com/jenkinsci/delphix-plugin/commit/28b82f81bb59d743c47386b9de7f97bfcf4fd427
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml with 3.0.0 version


-- 
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/delphix-plugin/push/refs/heads/master/d1c772-28b82f%40github.com.


[jenkinsci/delphix-plugin]

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/tags/delphix-3.0.0
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/tags/delphix-3.0.0/b05ebf-00%40github.com.


[jenkinsci/delphix-plugin] d1c772: updated the auto generated comment params

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: d1c772d3fc94f322843412f377c1dacc818cef79
  
https://github.com/jenkinsci/delphix-plugin/commit/d1c772d3fc94f322843412f377c1dacc818cef79
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M src/main/java/io/jenkins/plugins/util/DctSdkUtil.java

  Log Message:
  ---
  updated the auto generated comment params


-- 
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/delphix-plugin/push/refs/heads/master/6e04da-d1c772%40github.com.


[jenkinsci/delphix-plugin] 6e04da: [maven-release-plugin] prepare for next developmen...

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 6e04da18d159efc529d519f1fa6a8532aede98b7
  
https://github.com/jenkinsci/delphix-plugin/commit/6e04da18d159efc529d519f1fa6a8532aede98b7
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/delphix-plugin/push/refs/heads/master/9a3f61-6e04da%40github.com.


[jenkinsci/delphix-plugin] 9a3f61: [maven-release-plugin] prepare release delphix-3.0.0

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 9a3f618ce9188635859e0f6f7252408bb0ab8d16
  
https://github.com/jenkinsci/delphix-plugin/commit/9a3f618ce9188635859e0f6f7252408bb0ab8d16
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-3.0.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/delphix-plugin/push/refs/heads/master/a6cde9-9a3f61%40github.com.


[jenkinsci/delphix-plugin]

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/tags/delphix-3.0.0
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/tags/delphix-3.0.0/00-b05ebf%40github.com.


[jenkinsci/delphix-plugin] 4dae67: add snapshot to version number

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 4dae67b57feda88aa0b26ead924b837660b61a06
  
https://github.com/jenkinsci/delphix-plugin/commit/4dae67b57feda88aa0b26ead924b837660b61a06
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  add snapshot to version number


  Commit: a6cde98f7434edaf9103a24630059e9463dbaf0d
  
https://github.com/jenkinsci/delphix-plugin/commit/a6cde98f7434edaf9103a24630059e9463dbaf0d
  Author: ankit-patil-hubs <112482330+ankit-patil-h...@users.noreply.github.com>
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #29 from jenkinsci/release

add snapshot to version number


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/e4db42aacc75...a6cde98f7434

-- 
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/delphix-plugin/push/refs/heads/master/e4db42-a6cde9%40github.com.


[jenkinsci/delphix-plugin] 4dae67: add snapshot to version number

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 4dae67b57feda88aa0b26ead924b837660b61a06
  
https://github.com/jenkinsci/delphix-plugin/commit/4dae67b57feda88aa0b26ead924b837660b61a06
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  add snapshot to version number


-- 
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/delphix-plugin/push/refs/heads/release/a7f40a-4dae67%40github.com.


[jenkinsci/delphix-plugin] d1d6b8: remove old code and update new code

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: d1d6b8137cd2d98e8a337a890f3e34d319b3c6cd
  
https://github.com/jenkinsci/delphix-plugin/commit/d1d6b8137cd2d98e8a337a890f3e34d319b3c6cd
  Author: ankit.patil 
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
M pom.xml
A src/main/java/io/jenkins/plugins/delphix/DeleteVDB.java
R src/main/java/io/jenkins/plugins/delphix/DelphixBuilder.java
R src/main/java/io/jenkins/plugins/delphix/DelphixEngine.java
R src/main/java/io/jenkins/plugins/delphix/DelphixEngineException.java
A src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
R src/main/java/io/jenkins/plugins/delphix/DelphixProperties.java
R src/main/java/io/jenkins/plugins/delphix/GlobalConfiguration.java
R src/main/java/io/jenkins/plugins/delphix/Messages.java
A src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark.java
A src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot.java
A src/main/java/io/jenkins/plugins/delphix/ProvisonVDB.java
R src/main/java/io/jenkins/plugins/delphix/PublishEnvVarAction.java
R src/main/java/io/jenkins/plugins/delphix/RunListenerImpl.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceContainerBuilder.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceDescriptor.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceRequest.java
A src/main/java/io/jenkins/plugins/delphix/Tags.java
R src/main/java/io/jenkins/plugins/delphix/objects/Action.java
R src/main/java/io/jenkins/plugins/delphix/objects/DelphixTimeflow.java
R src/main/java/io/jenkins/plugins/delphix/objects/Job.java
R src/main/java/io/jenkins/plugins/delphix/objects/SelfServiceBookmark.java
R src/main/java/io/jenkins/plugins/delphix/objects/SelfServiceContainer.java
R src/main/java/io/jenkins/plugins/delphix/objects/User.java
R src/main/java/io/jenkins/plugins/delphix/repos/ActionRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/JobRepository.java
R 
src/main/java/io/jenkins/plugins/delphix/repos/SelfServiceBookmarkRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/SelfServiceRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/UserRepository.java
A src/main/java/io/jenkins/plugins/util/ApiClientInit.java
A src/main/java/io/jenkins/plugins/util/CredentialUtil.java
A src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
A src/main/java/io/jenkins/plugins/util/ProvisionParameterUtil.java
A src/main/java/io/jenkins/plugins/util/ValidationUtil.java
M src/main/resources/index.jelly
A src/main/resources/io/jenkins/plugins/delphix/DeleteVDB/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/global.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/global.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-engineAddress.html
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-enginePassword.html
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-engineUser.html
A 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixBookmark.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixContainer.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixOperation.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/help-delphixBookmark.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/help-delphixOperation.html
A src/main/resources/io/jenkins/plugins/delphix/Tags/config.jelly
R src/main/resources/messages_en.properties
A src/main/webapp/help-appDataParam.html
A src/main/webapp/help-auto_select_repository.html
A src/main/webapp/help-bookmarkId.html
A src/main/webapp/help-credentialId.html
A src/main/webapp/help-dctUrl.html
A src/main/webapp/help-environmentId.html
A src/main/webapp/help-environmentUserId.html
A src/main/webapp/help-name.html
A src/main/webapp/help-repositoryId.html
A src/main/webapp/help-snapshotId.html
A src/main/webapp/help-sourceDataId.html
A src/main/webapp/help-tagList.html
A src/main/webapp/help-w

[jenkinsci/delphix-plugin] d1d6b8: remove old code and update new code

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: d1d6b8137cd2d98e8a337a890f3e34d319b3c6cd
  
https://github.com/jenkinsci/delphix-plugin/commit/d1d6b8137cd2d98e8a337a890f3e34d319b3c6cd
  Author: ankit.patil 
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
M pom.xml
A src/main/java/io/jenkins/plugins/delphix/DeleteVDB.java
R src/main/java/io/jenkins/plugins/delphix/DelphixBuilder.java
R src/main/java/io/jenkins/plugins/delphix/DelphixEngine.java
R src/main/java/io/jenkins/plugins/delphix/DelphixEngineException.java
A src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
R src/main/java/io/jenkins/plugins/delphix/DelphixProperties.java
R src/main/java/io/jenkins/plugins/delphix/GlobalConfiguration.java
R src/main/java/io/jenkins/plugins/delphix/Messages.java
A src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark.java
A src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot.java
A src/main/java/io/jenkins/plugins/delphix/ProvisonVDB.java
R src/main/java/io/jenkins/plugins/delphix/PublishEnvVarAction.java
R src/main/java/io/jenkins/plugins/delphix/RunListenerImpl.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceContainerBuilder.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceDescriptor.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceRequest.java
A src/main/java/io/jenkins/plugins/delphix/Tags.java
R src/main/java/io/jenkins/plugins/delphix/objects/Action.java
R src/main/java/io/jenkins/plugins/delphix/objects/DelphixTimeflow.java
R src/main/java/io/jenkins/plugins/delphix/objects/Job.java
R src/main/java/io/jenkins/plugins/delphix/objects/SelfServiceBookmark.java
R src/main/java/io/jenkins/plugins/delphix/objects/SelfServiceContainer.java
R src/main/java/io/jenkins/plugins/delphix/objects/User.java
R src/main/java/io/jenkins/plugins/delphix/repos/ActionRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/JobRepository.java
R 
src/main/java/io/jenkins/plugins/delphix/repos/SelfServiceBookmarkRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/SelfServiceRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/UserRepository.java
A src/main/java/io/jenkins/plugins/util/ApiClientInit.java
A src/main/java/io/jenkins/plugins/util/CredentialUtil.java
A src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
A src/main/java/io/jenkins/plugins/util/ProvisionParameterUtil.java
A src/main/java/io/jenkins/plugins/util/ValidationUtil.java
M src/main/resources/index.jelly
A src/main/resources/io/jenkins/plugins/delphix/DeleteVDB/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/global.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/global.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-engineAddress.html
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-enginePassword.html
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-engineUser.html
A 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixBookmark.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixContainer.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixOperation.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/help-delphixBookmark.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/help-delphixOperation.html
A src/main/resources/io/jenkins/plugins/delphix/Tags/config.jelly
R src/main/resources/messages_en.properties
A src/main/webapp/help-appDataParam.html
A src/main/webapp/help-auto_select_repository.html
A src/main/webapp/help-bookmarkId.html
A src/main/webapp/help-credentialId.html
A src/main/webapp/help-dctUrl.html
A src/main/webapp/help-environmentId.html
A src/main/webapp/help-environmentUserId.html
A src/main/webapp/help-name.html
A src/main/webapp/help-repositoryId.html
A src/main/webapp/help-snapshotId.html
A src/main/webapp/help-sourceDataId.html
A src/main/webapp/help-tagList.html
A src/main/webapp/help-

[jenkinsci/delphix-plugin]

2023-07-11 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/heads/release/00-0a3b5f%40github.com.


[jenkinsci/delphix-plugin] ff7931: commented the test cases

2023-07-10 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/release-3.0
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: ff7931d258d599a17d2d411db1e6538e206f7cc6
  
https://github.com/jenkinsci/delphix-plugin/commit/ff7931d258d599a17d2d411db1e6538e206f7cc6
  Author: ankit.patil 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M src/test/java/io/jenkins/plugins/delphix/DeleteVDBTest.java
M src/test/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshotTest.java

  Log Message:
  ---
  commented the test cases


-- 
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/delphix-plugin/push/refs/heads/release-3.0/09111a-ff7931%40github.com.


[jenkinsci/delphix-plugin] d1d6b8: remove old code and update new code

2023-07-10 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/release-3.0
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: d1d6b8137cd2d98e8a337a890f3e34d319b3c6cd
  
https://github.com/jenkinsci/delphix-plugin/commit/d1d6b8137cd2d98e8a337a890f3e34d319b3c6cd
  Author: ankit.patil 
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
M pom.xml
A src/main/java/io/jenkins/plugins/delphix/DeleteVDB.java
R src/main/java/io/jenkins/plugins/delphix/DelphixBuilder.java
R src/main/java/io/jenkins/plugins/delphix/DelphixEngine.java
R src/main/java/io/jenkins/plugins/delphix/DelphixEngineException.java
A src/main/java/io/jenkins/plugins/delphix/DelphixGlobalConfiguration.java
R src/main/java/io/jenkins/plugins/delphix/DelphixProperties.java
R src/main/java/io/jenkins/plugins/delphix/GlobalConfiguration.java
R src/main/java/io/jenkins/plugins/delphix/Messages.java
A src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark.java
A src/main/java/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot.java
A src/main/java/io/jenkins/plugins/delphix/ProvisonVDB.java
R src/main/java/io/jenkins/plugins/delphix/PublishEnvVarAction.java
R src/main/java/io/jenkins/plugins/delphix/RunListenerImpl.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceContainerBuilder.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceDescriptor.java
R src/main/java/io/jenkins/plugins/delphix/SelfServiceRequest.java
A src/main/java/io/jenkins/plugins/delphix/Tags.java
R src/main/java/io/jenkins/plugins/delphix/objects/Action.java
R src/main/java/io/jenkins/plugins/delphix/objects/DelphixTimeflow.java
R src/main/java/io/jenkins/plugins/delphix/objects/Job.java
R src/main/java/io/jenkins/plugins/delphix/objects/SelfServiceBookmark.java
R src/main/java/io/jenkins/plugins/delphix/objects/SelfServiceContainer.java
R src/main/java/io/jenkins/plugins/delphix/objects/User.java
R src/main/java/io/jenkins/plugins/delphix/repos/ActionRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/JobRepository.java
R 
src/main/java/io/jenkins/plugins/delphix/repos/SelfServiceBookmarkRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/SelfServiceRepository.java
R src/main/java/io/jenkins/plugins/delphix/repos/UserRepository.java
A src/main/java/io/jenkins/plugins/util/ApiClientInit.java
A src/main/java/io/jenkins/plugins/util/CredentialUtil.java
A src/main/java/io/jenkins/plugins/util/DctSdkUtil.java
A src/main/java/io/jenkins/plugins/util/ProvisionParameterUtil.java
A src/main/java/io/jenkins/plugins/util/ValidationUtil.java
M src/main/resources/index.jelly
A src/main/resources/io/jenkins/plugins/delphix/DeleteVDB/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/DelphixGlobalConfiguration/global.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/global.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-engineAddress.html
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-enginePassword.html
R 
src/main/resources/io/jenkins/plugins/delphix/GlobalConfiguration/help-engineUser.html
A 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromBookmark/config.jelly
A 
src/main/resources/io/jenkins/plugins/delphix/ProvisionVDBFromSnapshot/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixBookmark.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixContainer.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceBookmarkBuilder/help-delphixOperation.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/config.jelly
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/help-delphixBookmark.html
R 
src/main/resources/io/jenkins/plugins/delphix/SelfServiceContainerBuilder/help-delphixOperation.html
A src/main/resources/io/jenkins/plugins/delphix/Tags/config.jelly
R src/main/resources/messages_en.properties
A src/main/webapp/help-appDataParam.html
A src/main/webapp/help-auto_select_repository.html
A src/main/webapp/help-bookmarkId.html
A src/main/webapp/help-credentialId.html
A src/main/webapp/help-dctUrl.html
A src/main/webapp/help-environmentId.html
A src/main/webapp/help-environmentUserId.html
A src/main/webapp/help-name.html
A src/main/webapp/help-repositoryId.html
A src/main/webapp/help-snapshotId.html
A src/main/webapp/help-sourceDataId.html
A src/main/webapp/help-tagList.html
A src/main/webapp/h

[jenkinsci/delphix-plugin]

2023-07-10 Thread &#x27;ankit-patil-hubs&#x27; via Jenkins Commits
  Branch: refs/heads/release-3.0
  Home:   https://github.com/jenkinsci/delphix-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/delphix-plugin/push/refs/heads/release-3.0/00-0a3b5f%40github.com.