You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/backend/ci/core/process/biz-base/src/main/kotlin/com/tencent/devops/process/engine/service/vmbuild/EngineVMBuildService.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1142,6 +1142,7 @@ class EngineVMBuildService @Autowired(required = false) constructor(
1142
1142
ErrorType.THIRD_PARTY->"Please contact the third-party service provider."
1143
1143
ErrorType.PLUGIN->"Please contact the plugin developer."
1144
1144
ErrorType.SYSTEM->"Please contact platform."
1145
+
ErrorType.BUILD_MACHINE->"Please contact the person in charge of the build machine."
0 commit comments