Unstable控制台输出

Started by timer
Running as SYSTEM
Building in workspace D:\jenkins\workspace\yhxt-web
The recommended git tool is: NONE
using credential db7fcbe3-f63d-40ab-bb44-4da92b582254
 > D:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > D:\Program Files\Git\bin\git.exe config remote.origin.url http://140.210.216.73:6090/artfess/yhxt_fvue.git # timeout=10
Fetching upstream changes from http://140.210.216.73:6090/artfess/yhxt_fvue.git
 > D:\Program Files\Git\bin\git.exe --version # timeout=10
 > git --version # 'git version 2.24.1.windows.2'
using GIT_ASKPASS to set credentials 
 > D:\Program Files\Git\bin\git.exe fetch --tags --force --progress -- http://140.210.216.73:6090/artfess/yhxt_fvue.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > D:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/dev^{commit}" # timeout=10
Checking out Revision 0ca3f9beed5d26f2617ec99fc4bb78222e1521ab (refs/remotes/origin/dev)
 > D:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
 > D:\Program Files\Git\bin\git.exe checkout -f 0ca3f9beed5d26f2617ec99fc4bb78222e1521ab # timeout=10
Commit message: "专项工程功能涉及流程的菜单修改字段名称以及添加表单字段"
 > D:\Program Files\Git\bin\git.exe rev-list --no-walk 9042ebf64a3a3a7a905a4d1366e11499732604dc # timeout=10
[yhxt-web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins3088871350934945562.bat

D:\jenkins\workspace\yhxt-web>node -v 
v12.19.0

D:\jenkins\workspace\yhxt-web>npm -v 
6.14.8
[yhxt-web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins2380132705374960995.bat

D:\jenkins\workspace\yhxt-web>npm config set registry https://registry.npm.taobao.org 
[yhxt-web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins8589641857487653125.bat

D:\jenkins\workspace\yhxt-web>npm config get registry 
https://registry.npm.taobao.org/
[yhxt-web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins3328550246737399710.bat

D:\jenkins\workspace\yhxt-web>cd D:\jenkins\workspace\yhxt-web   && npm install   && npm run build  
npm WARN echarts-liquidfill@2.0.6 requires a peer of echarts@^4.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN echarts-liquidfill@2.0.6 requires a peer of zrender@^4.3.1 but none is installed. You must install peer dependencies yourself.
npm WARN vue-area-linkage@5.1.0 requires a peer of area-data@>=5.0.6 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules\watchpack\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

up to date in 42.372s

113 packages are looking for funding
  run `npm fund` for details


> dh@0.1.0 build D:\jenkins\workspace\yhxt-web
> vue-cli-service build


-  Building for production...
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
 WARNING  Compiled with 15 warnings2:17:21 鈹淔10: AM鈹�

Module Warning (from ./node_modules/eslint-loader/index.js):
error: Duplicated key 'handleEnclosure' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\createSafety.vue:1200:9:
  1198 |         },
  1199 |         //闄勪欢绠$悊
> 1200 |         handleEnclosure() {
       |         ^
  1201 |             this.$refs.form.validate((bool) => {
  1202 |                 // this.dialogVisibleEnclosure = true
  1203 |                 if (bool) {


error: Duplicated key 'handleFocusProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\createSafety.vue:1268:9:
  1266 |         },
  1267 |         //鎵�灞為」鐩�
> 1268 |         handleFocusProject() {
       |         ^
  1269 |             this.$refs.project.open()
  1270 |         },
  1271 |         openProject() {


error: Duplicated key 'openProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\createSafety.vue:1271:9:
  1269 |             this.$refs.project.open()
  1270 |         },
> 1271 |         openProject() {
       |         ^
  1272 |             this.$refs.project.open()
  1273 |         },
  1274 |         handleSelectProject(data) {


error: Duplicated key 'handleSelectProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\createSafety.vue:1274:9:
  1272 |             this.$refs.project.open()
  1273 |         },
> 1274 |         handleSelectProject(data) {
       |         ^
  1275 |             this.form.projectName = data.projectName
  1276 |             this.form.projectId = data.projectId
  1277 |             this.$refs.projectName.focus()


4 errors found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: Duplicated key 'handleEnclosure' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\doneSafety.vue:1100:9:
  1098 |         },
  1099 |         //闄勪欢绠$悊
> 1100 |         handleEnclosure() {
       |         ^
  1101 |             this.$refs.form.validate((bool) => {
  1102 |                 // this.dialogVisibleEnclosure = true
  1103 |                 if (bool) {


error: Duplicated key 'handleFocusProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\doneSafety.vue:1168:9:
  1166 |         },
  1167 |         //鎵�灞為」鐩�
> 1168 |         handleFocusProject() {
       |         ^
  1169 |             this.$refs.project.open()
  1170 |         },
  1171 |         openProject() {


error: Duplicated key 'openProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\doneSafety.vue:1171:9:
  1169 |             this.$refs.project.open()
  1170 |         },
> 1171 |         openProject() {
       |         ^
  1172 |             this.$refs.project.open()
  1173 |         },
  1174 |         handleSelectProject(data) {


error: Duplicated key 'handleSelectProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\doneSafety.vue:1174:9:
  1172 |             this.$refs.project.open()
  1173 |         },
> 1174 |         handleSelectProject(data) {
       |         ^
  1175 |             this.form.projectName = data.projectName
  1176 |             this.form.projectId = data.projectId
  1177 |             this.$refs.projectName.focus()


4 errors found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: Duplicated key 'handleEnclosure' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\todoSafety.vue:1102:9:
  1100 |         },
  1101 |         //闄勪欢绠$悊
> 1102 |         handleEnclosure() {
       |         ^
  1103 |             this.$refs.form.validate((bool) => {
  1104 |                 // this.dialogVisibleEnclosure = true
  1105 |                 if (bool) {


error: Duplicated key 'handleFocusProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\todoSafety.vue:1170:9:
  1168 |         },
  1169 |         //鎵�灞為」鐩�
> 1170 |         handleFocusProject() {
       |         ^
  1171 |             this.$refs.project.open()
  1172 |         },
  1173 |         openProject() {


error: Duplicated key 'openProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\todoSafety.vue:1173:9:
  1171 |             this.$refs.project.open()
  1172 |         },
> 1173 |         openProject() {
       |         ^
  1174 |             this.$refs.project.open()
  1175 |         },
  1176 |         handleSelectProject(data) {


error: Duplicated key 'handleSelectProject' (vue/no-dupe-keys) at src\views\specialProjectManagement\safetyEnvironment\todoSafety.vue:1176:9:
  1174 |             this.$refs.project.open()
  1175 |         },
> 1176 |         handleSelectProject(data) {
       |         ^
  1177 |             this.form.projectName = data.projectName
  1178 |             this.form.projectId = data.projectId
  1179 |             this.$refs.projectName.focus()


4 errors found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: The "eipUserSelector" component has been registered but not used (vue/no-unused-components) at src\views\specialProjectManagement\qualityManagement\QualityManagement.vue:604:9:
  602 |         // eipOrgSelector,
  603 |         ProjectInfoDialog,
> 604 |         eipUserSelector,
      |         ^
  605 |         // projectInfoSelector,
  606 |         fileUpload,
  607 |         CascaderCompany,


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: The "eipUserSelector" component has been registered but not used (vue/no-unused-components) at src\views\specialProjectManagement\qualityManagement\manageCenterReview.vue:451:9:
  449 |         // eipOrgSelector,
  450 |         ProjectInfoDialog,
> 451 |         eipUserSelector,
      |         ^
  452 |         // projectInfoSelector,
  453 |         fileUpload,
  454 |         CascaderCompany,


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: The "eipUserSelector" component has been registered but not used (vue/no-unused-components) at src\views\specialProjectManagement\qualityManagement\operateCenterReview.vue:424:9:
  422 |         // eipOrgSelector,
  423 |         ProjectInfoDialog,
> 424 |         eipUserSelector,
      |         ^
  425 |         // projectInfoSelector,
  426 |         fileUpload,
  427 |         CascaderCompany,


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: The "eipUserSelector" component has been registered but not used (vue/no-unused-components) at src\views\specialProjectManagement\startInfo\createStart.vue:582:9:
  580 |         // eipOrgSelector,
  581 |         ProjectInfoDialog,
> 582 |         eipUserSelector,
      |         ^
  583 |         // projectInfoSelector,
  584 |         // companyInfoSelector,
  585 |         fileUpload,


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: The "eipUserSelector" component has been registered but not used (vue/no-unused-components) at src\views\specialProjectManagement\startInfo\operateReviewStart.vue:507:9:
  505 |         // eipOrgSelector,
  506 |         ProjectInfoDialog,
> 507 |         eipUserSelector,
      |         ^
  508 |         // projectInfoSelector,
  509 |         // companyInfoSelector,
  510 |         fileUpload,


1 error found.

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
 warning  in ./src/directive.js

"export 'default' (imported as 'app') was not found in '@/main.js'

 warning  in ./src/directive.js

"export 'default' (imported as 'app') was not found in '@/main.js'

 warning  in ./src/components/form/chart/EipChart.vue?vue&type=script&lang=js&

"export 'default' (imported as 'echarts') was not found in 'echarts'

 warning  in ./src/components/form/chart/Chart.vue?vue&type=script&lang=js&

"export 'default' (imported as 'echarts') was not found in 'echarts'

 warning  in ./src/views/maintenanceInspection/PatrolFlowChart.vue?vue&type=template&id=1b83fd25&scoped=true&

Critical dependency: the request of a dependency is an expression

 warning  

asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  fonts/fz_black_blod.05c7df28.ttf (1.95 MiB)
  img/20220328113132.353f48c9.jpg (1.23 MiB)
  img/yhpdzyd.0c046fd6.jpg (250 KiB)
  img/妗咢2x.9c56046f.png (262 KiB)
  img/bjt.2cc943f3.jpg (1.1 MiB)
  img/bg@2x.146d7df9.png (3.42 MiB)
  img/bg_.a1cd8e05.png (1.52 MiB)
  js/app.663f4671.js (1.76 MiB)
  js/chunk-1de993a4.74d0f3d3.js (5.14 MiB)
  js/chunk-26e315fa.c2761bbe.js (394 KiB)
  js/chunk-4cf8b502.a3a451c4.js (295 KiB)
  js/chunk-4df76d3d.a5ab5e5d.js (253 KiB)
  js/chunk-5641d1f1.ebc00d65.js (291 KiB)
  js/chunk-593c26d6.d065e0e5.js (262 KiB)
  js/chunk-5b4d2ed1.fac83374.js (371 KiB)
  js/chunk-71ca0f7c.8d1d2cfb.js (276 KiB)
  js/chunk-vendors.67f513fc.js (1.49 MiB)
  ./js/vendor.dll.js (6.04 MiB)
  js/vendor-manifest.json (253 KiB)
  static/pdfjs/build/pdf.js (643 KiB)
  static/pdfjs/build/pdf.js.map (1.01 MiB)
  static/pdfjs/build/pdf.worker.js (1.51 MiB)
  js/vendor.dll.js (6.04 MiB)
  static/pdfjs/web/viewer.js (362 KiB)
  static/pdfjs/build/pdf.worker.js.map (2.7 MiB)
  static/ueditor/third-party/highcharts/highcharts.src.js (451 KiB)
  static/ueditor/third-party/jquery-1.10.2.js (276 KiB)
  static/ueditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
  static/ueditor/ueditor.all.min.js (469 KiB)
  static/ueditor/ueditor.all.js (1.1 MiB)
  static/videoPlayer/h5player.min.js (815 KiB)
  static/pdfjs/build/pdf.worker.js.gz (284 KiB)
  js/chunk-vendors.67f513fc.js.gz (372 KiB)
  ./js/vendor.dll.js.gz (1.72 MiB)
  js/vendor.dll.js.gz (1.72 MiB)
  js/app.663f4671.js.gz (450 KiB)
  js/chunk-1de993a4.74d0f3d3.js.gz (1.1 MiB)

 warning  

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  app (3.25 MiB)
      js/chunk-vendors.67f513fc.js
      js/app.663f4671.js


  File                                      Size             Gzipped

  dist\static\videoPlayer\h5player.min.j    814.88 kb        214.20 kb
  s
  dist\static\ueditor\ueditor.all.min.js    469.10 kb        114.51 kb
  dist\html2canvas.min.js                   161.04 kb        40.34 kb
  dist\videoPlayer\jsWebControl-1.0.0.mi    122.66 kb        34.41 kb
  n.js
  dist\videoPlayer\jquery-1.12.4.min.js     97.64 kb         33.78 kb
  dist\jszip.min.js                         93.59 kb         27.08 kb
  dist\static\ueditor\third-party\jquery    90.93 kb         32.07 kb
  -1.10.2.min.js
  dist\static\pdfjs\jquery-3.0.0.min.js     84.32 kb         29.35 kb
  dist\static\ueditor\jquery-2.2.3.min.j    83.66 kb         29.23 kb
  s
  dist\static\ueditor\third-party\webupl    56.91 kb         18.66 kb
  oader\webuploader.min.js
  dist\videoPlayer\jsencrypt.min.js         53.63 kb         16.08 kb
  dist\static\ueditor\third-party\webupl    45.99 kb         14.37 kb
  oader\webuploader.html5only.min.js
  dist\static\ueditor\third-party\webupl    45.81 kb         15.77 kb
  oader\webuploader.custom.min.js
  dist\static\ueditor\third-party\webupl    38.87 kb         12.03 kb
  oader\webuploader.withoutimage.min.js
  dist\static\ueditor\third-party\webupl    32.81 kb         10.64 kb
  oader\webuploader.flashonly.min.js
  dist\static\pdfjs\viewer.min.js           28.31 kb         9.09 kb
  dist\static\ueditor\third-party\xss.mi    27.11 kb         6.38 kb
  n.js
  dist\static\ueditor\third-party\zerocl    18.52 kb         6.52 kb
  ipboard\ZeroClipboard.min.js
  dist\static\ueditor\ueditor.parse.min.    14.45 kb         5.01 kb
  js
  dist\js\vendor.dll.js                     6186.87 kb       1762.98 kb
  dist\js\vendor.dll.js                     6186.87 kb       1762.98 kb
  dist\js\chunk-1de993a4.74d0f3d3.js        5264.88 kb       1132.62 kb
  dist\js\app.663f4671.js                   1800.98 kb       452.81 kb
  dist\static\pdfjs\build\pdf.worker.js     1545.00 kb       286.12 kb
  dist\js\chunk-vendors.67f513fc.js         1527.68 kb       374.05 kb
  dist\static\ueditor\ueditor.all.js        1123.73 kb       216.48 kb
  dist\static\pdfjs\build\pdf.js            643.29 kb        119.20 kb
  dist\static\ueditor\third-party\highch    450.53 kb        125.12 kb
  arts\highcharts.src.js
  dist\js\chunk-26e315fa.c2761bbe.js        393.63 kb        45.85 kb
  dist\js\chunk-5b4d2ed1.fac83374.js        370.53 kb        98.07 kb
  dist\static\pdfjs\web\viewer.js           361.97 kb        66.40 kb
  dist\js\chunk-4cf8b502.a3a451c4.js        294.64 kb        67.81 kb
  dist\js\chunk-5641d1f1.ebc00d65.js        290.82 kb        69.67 kb
  dist\static\ueditor\third-party\jquery    276.36 kb        79.96 kb
  -1.10.2.js
  dist\js\chunk-71ca0f7c.8d1d2cfb.js        275.81 kb        87.19 kb
  dist\js\chunk-593c26d6.d065e0e5.js        261.92 kb        59.83 kb
  dist\js\chunk-4df76d3d.a5ab5e5d.js        252.83 kb        59.58 kb
  dist\static\ueditor\third-party\webupl    233.04 kb        49.23 kb
  oader\webuploader.js
  dist\static\ueditor\third-party\video-    216.70 kb        56.56 kb
  js\video.dev.js
  dist\static\ueditor\third-party\webupl    199.05 kb        43.22 kb
  oader\webuploader.custom.js
  dist\static\ueditor\third-party\webupl    187.68 kb        39.37 kb
  oader\webuploader.html5only.js
  dist\static\ueditor\third-party\Syntax    159.34 kb        43.71 kb
  Highlighter\shCore.js
  dist\static\ueditor\third-party\codemi    158.38 kb        36.09 kb
  rror\codemirror.js
  dist\static\ueditor\third-party\webupl    152.89 kb        31.66 kb
  oader\webuploader.withoutimage.js
  dist\static\ueditor\third-party\webupl    139.71 kb        30.06 kb
  oader\webuploader.flashonly.js
  dist\static\webOffice\WebOffice.js        138.65 kb        31.23 kb
  dist\static\ueditor\third-party\highch    137.83 kb        50.81 kb
  arts\highcharts.js
  dist\static\ueditor\dialogs\image\imag    125.99 kb        55.06 kb
  e.js
  dist\static\webOffice\iWebOffice2015.j    115.09 kb        51.65 kb
  s
  dist\static\ueditor\third-party\highch    101.36 kb        22.55 kb
  arts\modules\canvas-tools.src.js
  dist\static\ueditor\third-party\highch    61.14 kb         16.49 kb
  arts\highcharts-more.src.js
  dist\static\ueditor\third-party\highch    56.65 kb         15.43 kb
  arts\modules\canvas-tools.js
  dist\static\ueditor\third-party\video-    54.22 kb         16.65 kb
  js\video.js
  dist\static\ueditor\dialogs\wordimage\    47.87 kb         12.56 kb
  tangram.js
  dist\static\ueditor\third-party\zerocl    43.43 kb         9.20 kb
  ipboard\ZeroClipboard.js
  dist\static\ueditor\ueditor.parse.js      36.91 kb         7.97 kb
  dist\static\ueditor\dialogs\video\vide    30.24 kb         7.57 kb
  o.js
  dist\static\ueditor\dialogs\attachment    30.09 kb         6.57 kb
  \attachment.js
  dist\static\ueditor\lang\en\en.js         29.34 kb         8.26 kb
  dist\static\ueditor\lang\zh-cn\zh-cn.j    29.32 kb         9.07 kb
  s
  dist\static\ueditor\dialogs\scrawl\scr    27.17 kb         6.00 kb
  awl.js
  dist\static\ueditor\third-party\highch    26.14 kb         7.91 kb
  arts\modules\map.src.js
  dist\static\ueditor\ueditor.config.js     22.91 kb         8.34 kb
  dist\static\pdfjs\viewer.min.old.js       21.85 kb         7.59 kb
  dist\static\ueditor\third-party\highch    21.35 kb         7.95 kb
  arts\highcharts-more.js
  dist\static\pdfjs\web\debugger.js         19.48 kb         4.94 kb
  dist\static\ueditor\third-party\highch    17.56 kb         5.79 kb
  arts\modules\exporting.src.js
  dist\static\ueditor\third-party\highch    15.71 kb         4.85 kb
  arts\modules\data.src.js
  dist\static\ueditor\dialogs\background    14.41 kb         3.58 kb
  \background.js
  dist\static\ueditor\dialogs\template\c    12.23 kb         2.51 kb
  onfig.js
  dist\static\ueditor\third-party\highch    11.95 kb         3.86 kb
  arts\adapters\standalone-framework.src
  .js
  dist\static\ueditor\dialogs\charts\cha    11.39 kb         3.37 kb
  rts.js
  dist\static\ueditor\third-party\highch    11.13 kb         3.18 kb
  arts\modules\drilldown.src.js
  dist\static\ueditor\third-party\highch    9.91 kb          4.05 kb
  arts\modules\map.js
  dist\static\ueditor\third-party\highch    9.03 kb          3.21 kb
  arts\adapters\prototype-adapter.src.js
  dist\static\ueditor\dialogs\table\edit    8.96 kb          2.02 kb
  table.js
  dist\static\ueditor\third-party\highch    8.57 kb          2.59 kb
  arts\modules\annotations.src.js
  dist\static\ueditor\third-party\highch    7.91 kb          2.94 kb
  arts\adapters\mootools-adapter.src.js
  dist\static\ueditor\dialogs\music\musi    7.82 kb          2.17 kb
  c.js
  dist\static\ueditor\third-party\highch    7.10 kb          3.08 kb
  arts\modules\exporting.js
  dist\static\ueditor\third-party\highch    6.66 kb          2.36 kb
  arts\modules\funnel.src.js
  dist\static\ueditor\dialogs\emotion\em    6.33 kb          2.05 kb
  otion.js
  dist\static\ueditor\third-party\highch    5.43 kb          1.96 kb
  arts\modules\drilldown.js
  dist\static\ueditor\third-party\highch    4.96 kb          2.17 kb
  arts\adapters\standalone-framework.js
  dist\static\ueditor\third-party\highch    4.63 kb          1.22 kb
  arts\themes\gray.js
  dist\static\ueditor\dialogs\spechars\s    4.62 kb          2.38 kb
  pechars.js
  dist\static\ueditor\third-party\highch    4.50 kb          1.21 kb
  arts\themes\dark-blue.js
  dist\static\ueditor\third-party\highch    4.49 kb          1.23 kb
  arts\themes\dark-green.js
  dist\static\ueditor\dialogs\searchrepl    4.46 kb          1.29 kb
  ace\searchreplace.js
  dist\static\ueditor\third-party\highch    4.35 kb          1.89 kb
  arts\modules\data.js
  dist\static\ueditor\dialogs\wordimage\    4.20 kb          1.97 kb
  wordimage.js
  dist\static\ueditor\Print.js              3.67 kb          1.22 kb
  dist\static\ueditor\third-party\highch    3.33 kb          1.52 kb
  arts\modules\annotations.js
  dist\static\ueditor\third-party\highch    3.25 kb          1.34 kb
  arts\adapters\prototype-adapter.js
  dist\static\ueditor\third-party\highch    2.92 kb          1.13 kb
  arts\modules\no-data-to-display.src.js
  dist\static\ueditor\dialogs\internal.j    2.59 kb          0.99 kb
  s
  dist\static\ueditor\third-party\highch    2.22 kb          1.07 kb
  arts\adapters\mootools-adapter.js
  dist\hotent.helper.js                     2.08 kb          0.99 kb
  dist\static\ueditor\third-party\highch    1.94 kb          1.09 kb
  arts\modules\funnel.js
  dist\sso.js                               1.87 kb          0.95 kb
  dist\static\ueditor\third-party\highch    1.85 kb          0.67 kb
  arts\themes\grid.js
  dist\static\ueditor\third-party\highch    1.81 kb          0.66 kb
  arts\themes\skies.js
  dist\static\ueditor\dialogs\template\t    1.61 kb          0.68 kb
  emplate.js
  dist\static\ueditor\dialogs\help\help.    1.52 kb          0.71 kb
  js
  dist\static\ueditor\dialogs\charts\cha    1.44 kb          0.44 kb
  rt.config.js
  dist\static\ueditor\third-party\highch    1.34 kb          0.71 kb
  arts\modules\no-data-to-display.js
  dist\static\ueditor\third-party\highch    1.16 kb          0.50 kb
  arts\modules\heatmap.src.js
  dist\static\ueditor\third-party\highch    0.52 kb          0.37 kb
  arts\modules\heatmap.js
  dist\static\pdfjs\web\viewer.css          54.14 kb         8.76 kb
  dist\static\ueditor\themes\default\css    44.59 kb         6.89 kb
  \ueditor.css
  dist\static\ueditor\themes\default\css    34.13 kb         5.53 kb
  \ueditor.min.css
  dist\static\ueditor\third-party\video-    21.57 kb         5.51 kb
  js\video-js.css
  dist\static\ueditor\dialogs\image\imag    18.58 kb         3.49 kb
  e.css
  dist\static\ueditor\dialogs\video\vide    15.19 kb         3.11 kb
  o.css
  dist\static\ueditor\dialogs\attachment    14.71 kb         2.83 kb
  \attachment.css
  dist\static\ueditor\third-party\video-    11.19 kb         2.54 kb
  js\video-js.min.css
  dist\static\ueditor\third-party\Syntax    6.95 kb          1.31 kb
  Highlighter\shCoreDefault.css
  dist\style.css                            4.33 kb          1.47 kb
  dist\static\ueditor\dialogs\scrawl\scr    3.80 kb          0.97 kb
  awl.css
  dist\static\ueditor\third-party\codemi    2.92 kb          0.91 kb
  rror\codemirror.css
  dist\static\ueditor\dialogs\charts\cha    2.70 kb          0.82 kb
  rts.css
  dist\static\ueditor\dialogs\background    2.43 kb          0.88 kb
  \background.css
  dist\static\ueditor\dialogs\emotion\em    1.80 kb          0.54 kb
  otion.css
  dist\static\ueditor\themes\default\dia    1.74 kb          0.82 kb
  logbase.css
  dist\static\ueditor\dialogs\music\musi    1.67 kb          0.63 kb
  c.css
  dist\static\ueditor\dialogs\table\edit    1.25 kb          0.42 kb
  table.css
  dist\static\ueditor\dialogs\template\t    1.02 kb          0.49 kb
  emplate.css
  dist\static\ueditor\third-party\webupl    0.53 kb          0.29 kb
  oader\webuploader.css
  dist\static\ueditor\dialogs\help\help.    0.39 kb          0.20 kb
  css
  dist\static\ueditor\themes\iframe.css     0.10 kb          0.11 kb

  Images and other types of assets omitted.

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
      
[yhxt-web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins5713681955620611763.bat

D:\jenkins\workspace\yhxt-web>cd D:\jenkins\workspace\yhxt-web\dist 

D:\jenkins\workspace\yhxt-web\dist>7z a yhxt-web.zip ./** 

7-Zip 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26

Scanning the drive:
172 folders, 824 files, 54571374 bytes (53 MiB)

Creating archive: yhxt-web.zip

Add new data to archive: 172 folders, 824 files, 54571374 bytes (53 MiB)


Files read from disk: 824
Archive size: 27375720 bytes (27 MiB)
Everything is Ok

D:\jenkins\workspace\yhxt-web\dist>exit 0 
SSH: Connecting from host [WIN-44OVHJHB7HM]
SSH: Connecting with configuration [183.230.176.125-web(养护系统测试环境web)] ...
ERROR: Exception when publishing, exception message [Failed to connect and initialize SSH connection. Message: [Failed to connect session for config [183.230.176.125-web(养护系统测试环境web)]. Message [java.net.ConnectException: Connection timed out: connect]]]
Build step 'Send build artifacts over SSH' changed build result to UNSTABLE
Finished: UNSTABLE