Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 465 Bytes

build-config-testrun-maven-ant-gradle.md

File metadata and controls

7 lines (5 loc) · 465 Bytes

Register Test Run using Maven, Ant or Gradle

  • do not add the Register Test Run step in Jenkins
  • install & configure the Ant/Maven/Gradle/... plug-in in your build script
  • register the Test Run using the Ant/Maven/Gradle/... plug-in and make sure to pass the Jenkins build id ${BUILD_ID} in the meta data of the Test Run. The Jenkins Plug-in will use this build id to retrieve the results.