We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b8c92 commit a30c94eCopy full SHA for a30c94e
1 file changed
lib/vRackBuilder/api.py
100644
100755
@@ -20,7 +20,7 @@
20
import tasks
21
22
IMAGE_PATH = 'ova/'
23
-URL_LINK = 'https://gpsbuildfarm.corp.emc.com/view/HW_Simulation/job/HW_Simulation_%s/%s/artifact/ova_artifact/%s'
+URL_LINK = 'http://10.32.136.39:8080/view/OVA%20build/job/%s/%s/artifact/tools/ova_builder/%s'
24
25
def esxi_get_datastores(host, usr, pwd):
26
""" Get all datastore information of 1 ESXi. """
0 commit comments