Publishes the test results of all configured ECU-TEST packages or projects in this job to a preconfigured test management system like RQM or ALM.
Pipeline usagepublishTMS(String toolName, String credentialsId, int timeout) : void
publishTMS(ETInstallation installation, String credentialsId, int timeout, boolean allowMissing, boolean runOnFailed, boolean archiving, boolean keepAll) : void
ETInstance.publishTMS(String credentialsId, int timeout) : void
publishTMS('ECU-TEST')
def instance = ET.installation('ECU-TEST') publishTMS installation: instance.installation, credentialsId: 'id', timeout: 120
def instance = ET.newInstallation('ECU-TEST', 'C:\\Program Files\\ECU-TEST 8.0') instance.publishTMS('id')