Skip to content
Snippets Groups Projects
Commit 34f62b84 authored by Mohamed Khalil Labidi's avatar Mohamed Khalil Labidi
Browse files

Fix AWS node source definition script

parent e607f33d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,6 @@ def infrastructureParameters = [variables.get("aws_username"), //username
protocol + "://" + variables.get("rm_host_name") + ":"+ variables.get("pa_port") + "/connector-iaas", //connector-iaas url
protocol + "://" + variables.get("rm_host_name") + ":"+ variables.get("pa_port") + "/rest/node.jar", //node jar url
"-Dproactive.useIPaddress=true", //additionalProperties"
"",
"300000", //timeout
""]
def infrastructureFileParameters = [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment