Jenkins job failure when running a freestyle maven-gatling project

前端 未结 2 1430
忘掉有多难
忘掉有多难 2020-12-22 07:32

I have created a gatling maven based application; wrote some actions, scenario and able to successfully run them locally in IDE using $mvn gatling:test to buil

2条回答
  •  借酒劲吻你
    2020-12-22 08:03

    Created a new free style job in jenkins and configured the Build step as: put the Root POM as pom.xml , in Goals and options gatling:test

    Also enabled simulation tracking

提交回复
热议问题