-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: config-rotator-plugin
-
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.