Creates a new dynamic TEST-GUIDE server instance which is only accessible during pipeline execution.

Signatures:
ATX.newServer(String atxName, StringtoolName) : ATXServer
or
ATX.newServer(String atxName, String toolName, ATXConfig config) : ATXServer
or
ATX.newServer(String atxName, String toolName, String serverUrl, boolean uploadToServer, String authKey, String projectId) : ATXServer

Examples:
ATX.newServer('TEST-GUIDE', 'ECU-TEST')
defaults to:
ATX.newServer('TEST-GUIDE', 'ECU-TEST', 'http://localhost:8085', false, '', '1')
or
ATX.newServer atxName: 'TEST-GUIDE', toolName: 'ECU-TEST', serverUrl: 'http://localhost:8085', uploadToServer: false, authKey: '', projectId: '1'