项目合并后jenkins打包报错。
code ELIFECYCLE npm ERR!
errno 1 npm ERR!
vue-element-admin@3.6.6 build:sit: `cross-env NODE_ENV=production env_config=sit node build/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vue-element-admin@3.6.6 build:sit script. npm ERR!
This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2019-05-24T06_09_39_783Z-debug.log
Build step 'Execute shell' marked build as failure
Finished: FAILURE
但是在本地打包是没有问题,那就奇怪了
网上查了一下,有一个说:脚本是问题后来看了下原因是磁盘空间不足导致报错,清除下空间构建就正常了 ,虚惊一场!!
但并没有效果。
目前是单独这个问题分支不合并
-------------------------等待解决--------------------------------
感谢 http://www.ishenping.com/ArtInfo/172202.html
脚本中 加#!/bin/bash 就可以