git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@151242 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d953381a15
commit
5b6105d780
|
@ -77,11 +77,12 @@ public class ProductionPublishingJob extends DMPMJob ***REMOVED***
|
||||||
public String buildInfo()***REMOVED***
|
public String buildInfo()***REMOVED***
|
||||||
return
|
return
|
||||||
"\n"+
|
"\n"+
|
||||||
|
"Algorithm details:"+
|
||||||
"\n"+
|
"\n"+
|
||||||
"User: "+this.algorithm.getFullname()+"\n"+
|
"User: "+this.algorithm.getFullname()+"\n"+
|
||||||
"Algorithm name: "+this.algorithm.getName()+"\n"+
|
"Algorithm name: "+this.algorithm.getName()+"\n"+
|
||||||
"Caller VRE: "+ScopeProvider.instance.get()+"\n"+
|
"Caller VRE: "+ScopeProvider.instance.get()+"\n"+
|
||||||
"Target VRE: "+ targetVREToken;
|
"Target VRE: "+targetVREName+"\n";
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -144,12 +144,13 @@ public class StagingJob extends DMPMJob ***REMOVED***
|
||||||
ServiceConfiguration a = new ServiceConfiguration();
|
ServiceConfiguration a = new ServiceConfiguration();
|
||||||
return
|
return
|
||||||
"\n"+
|
"\n"+
|
||||||
|
"Algorithm details:"+
|
||||||
"\n"+
|
"\n"+
|
||||||
"User: "+this.algorithm.getFullname()+"\n"+
|
"User: "+this.algorithm.getFullname()+"\n"+
|
||||||
"Algorithm name: "+this.algorithm.getName()+"\n"+
|
"Algorithm name: "+this.algorithm.getName()+"\n"+
|
||||||
"Staging DataMiner Host: "+ a.getStagingHost()+
|
"Staging DataMiner Host: "+ a.getStagingHost()+"\n"+
|
||||||
"Caller VRE: "+rProtoVREName+
|
"Caller VRE: "+rProtoVREName+"\n"+
|
||||||
"Target VRE: "+rProtoVREName;
|
"Target VRE: "+rProtoVREName+"\n";
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue