-
Bug
-
Resolution: Unresolved
-
Minor
-
None
This line:
jenkinsProjectName + "-" + System.getenv( "COMPUTERNAME" )
The last part will ALWAYS return null under linux.
This line:
jenkinsProjectName + "-" + System.getenv( "COMPUTERNAME" )
The last part will ALWAYS return null under linux.