Jenkins - 构建步骤'执行shell'标记构建为linux环境中的失败

时间:2017-05-11 01:22:26

标签: angularjs linux jenkins angular-cli

使用Jenkins配置Angular CLI项目, ng build --env = prod 命令在 Jenkins - windows 环境中正常工作,但在 Jenkins - Unix 它低于错误。尝试下面的选项,但没有运气

1. set +e

2 #!/bin/bash

[workspace] $ /bin/sh -xe /opt/tomcat8/temp/hudson2478899598123360122.sh
+ set +e
+ ng build --env=prod --bh=./

enter image description here

错误

 63% building modules 772/861 modules 89 active ...er-pipe/dist/src/ng2-filter.module.jsKilled
Build step 'Execute shell' marked build as failure

1 个答案:

答案 0 :(得分:1)

它说" Killed"在那里的日志。检查运行它的机器上的syslog或类似内容。也许机器内存不足而OOMKiller将其取出。