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:
parent
140d909ec0
commit
f65a625cc6
|
@ -68,7 +68,7 @@ public class DataMinerPoolManager {
|
||||||
try {
|
try {
|
||||||
String requestUrl = serverUrl + "/algorithm/stage?gcube-token=" + serviceCredentials.getToken()
|
String requestUrl = serverUrl + "/algorithm/stage?gcube-token=" + serviceCredentials.getToken()
|
||||||
+ "&algorithmPackageURL=" + codeJarAdminCopy.getPublicLink() + "&algorithm_type=transducers"
|
+ "&algorithmPackageURL=" + codeJarAdminCopy.getPublicLink() + "&algorithm_type=transducers"
|
||||||
+ "&category=" + infoData.getAlgorithmCategory() + "&scopetarget=" + serviceCredentials.getScope();
|
+ "&category=" + infoData.getAlgorithmCategory() + "&targetVRE=" + serviceCredentials.getScope();
|
||||||
logger.debug("DataMinerPoolManager request=" + requestUrl);
|
logger.debug("DataMinerPoolManager request=" + requestUrl);
|
||||||
|
|
||||||
// String authString = user + ":" + password;
|
// String authString = user + ":" + password;
|
||||||
|
|
Loading…
Reference in New Issue