|
|
@@ -21,7 +21,7 @@ public class PipelineException extends Exception{
|
|
|
public static final String NAMESPACE_CREATE_ERROR = "K8S namespace 创建错误";
|
|
|
public static final String CONFIG_JSON_ERROR = "获取模板的config json错误";
|
|
|
public static final String DOCKERFILE_MODIFY_ERROR = "修改模板的dockerfile错误";
|
|
|
-// public static final String API_TEST_ID_RESOLVE_ERROR = "解析Api test id列表错误";
|
|
|
+ public static final String API_TEST_ID_RESOLVE_ERROR = "解析Api test id列表错误";
|
|
|
public static final String INTERFACE_TEST_ID_RESOLVE_ERROR = "解析Interface test id列表错误";
|
|
|
|
|
|
|