Skip to content

Commit

Permalink
fix: 指定执行测试计划的执行方式
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Mar 4, 2024
1 parent b830402 commit d1db925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/metersphere/client/MeterSphereClient.java
Expand Up @@ -157,7 +157,7 @@ public String exeTestPlan(String projectId, String testPlanId, String mode, Stri
params.put("reportType", "iddReport");
params.put("onSampleError", false);
params.put("requestOriginator", "TEST_PLAN");
params.put("executionWay", "RUN");
params.put("executionWay", "JENKINS_RUN");
if (StringUtils.isEmpty(resourcePoolId)) {
params.put("runWithinResourcePool", false);
} else {
Expand Down

0 comments on commit d1db925

Please sign in to comment.