Forum Discussion

softwaretester's avatar
softwaretester
Occasional Contributor
7 years ago

how to generate junit test reports

hi rao

in my docker file i am not using maven. i am doing only soapui installation, if i want junit test reports in jenkins do i need to add step in docker file tp install maven? if so in jenkins do i need to add "invoke top level maven" and enter POM.xml file location?

if i do above way then it will run using maven right but not using docker. am i right?

 

before you said that i can see your video and use your docker file but i tried typing

sudo docker pull nmrao/soapui521

but it showing error, could you tell me how to use your docker file in my computer please.

3 Replies

    • softwaretester's avatar
      softwaretester
      Occasional Contributor

      hi i need to use only 5.2.1 version.

      but if i want to pull your docker image how to do it in my computer?

      docker build -t nmrao/soapui:4.5.1 . 

      the above command not working.