ref 8819: Extend The Algorithms Importer to Manage Many Processes as Black Boxes

https://support.d4science.org/issues/8819

Updated the support Pre-Installed software

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@151467 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-07-31 12:47:01 +00:00
parent 140d909ec0
commit f65a625cc6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class DataMinerPoolManager {
try {
String requestUrl = serverUrl + "/algorithm/stage?gcube-token=" + serviceCredentials.getToken()
+ "&algorithmPackageURL=" + codeJarAdminCopy.getPublicLink() + "&algorithm_type=transducers"
+ "&category=" + infoData.getAlgorithmCategory() + "&scopetarget=" + serviceCredentials.getScope();
+ "&category=" + infoData.getAlgorithmCategory() + "&targetVRE=" + serviceCredentials.getScope();
logger.debug("DataMinerPoolManager request=" + requestUrl);
// String authString = user + ":" + password;