Jenkins构建报"Build step 'Execute shell' marked build as failure"错误处理方案
Jenkins构建时运行脚本报错:Build step 'Execute shell' marked build as failure
原因:磁盘空间不足导致报错。
处理方案:在“Execute shell”构建步骤中添加以下行 “#!/bin/bash”(PS:只能放在第一行,如果后面还有#!,那么只能看成是注释。)

Jenkins构建时运行脚本报错:Build step 'Execute shell' marked build as failure
原因:磁盘空间不足导致报错。
处理方案:在“Execute shell”构建步骤中添加以下行 “#!/bin/bash”(PS:只能放在第一行,如果后面还有#!,那么只能看成是注释。)
