Jenkins - JUnit result XMLs in Maven build -
i have build maven projects in jenkins. part of build process, have trigger external integration testing environment using shell scripts , gives test results in form of junit result xmls. know, how can plug in results test results of build. in builds freestyle project, there step "publish junit test result report", there similar way in maven build? if not, how can utilize junit results in build?
yes possible add together more junit test results. install xunit plugin. add together post build action, can configure path custom junit results.
maven junit jenkins
No comments:
Post a Comment