envVar: envVars.entrySet()) {
+ envVars.put(envVar.getKey(), envVar.getValue());
+ }
+ }
+ }
+ vSphereBSC = null;
+
+ return IP;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly b/src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly
new file mode 100644
index 00000000..fea2d138
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/help.html b/src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/help.html
new file mode 100644
index 00000000..e24fd066
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/help.html
@@ -0,0 +1,3 @@
+
+ Execute vCenter actions. Reusing vSphereBuildStep forms, cut properly exposing VSPHERE_IP for PowerOn, Deploy and Clone options.
+
\ No newline at end of file