I'm attempting to setup the Test Automation plugin for Jenkins at the following option is giving me problems:
We are working off of a Nexus repository and the 3.5 pom cannot be found there so I uploaded the 6.1 dtAutomation.jar to our Nexus instance (which resolve the plugin download) but I now get an error about the 'setTestInformation' goal not being a valid goal. Do I need the 3.5 version of the plugin or will the 6.1 version work?
With 6.1 set, this is the error I get:
Waiting for Jenkins to finish collecting data[ERROR] Could not find goal 'setTestInformation' in plugin dynaTrace:dtAutomation:6.1 among available goals memoryDump, architectureValidation, clearSession, activateConfiguration, threadDump, restartServer, getAgentInfo, restartCollector, reanalyzeSession, enableProfile, createReport, stopRecording, startRecording, startTest -> [Help 1]
Answer by Wolfgang G. ·
Hi Aaron, with 6.1 you should rather use the startTest goal because this also provides the DT_TESTRUN_ID variable for the agent. Please see Test Automation and Maven for a description - hope that helps!
JANUARY 15, 3:00 PM GMT / 10:00 AM ET