我正在尝试使用GNU parallel
在后台运行一份工作。它工作正常。
install-app.sh 中的最后一行是“部署完成”。看起来脚本已成功完成但无法更新 joblog.txt 。
joblog.txt 在脚本完成时未获得更新。我可以在 joblog.txt 中看到以下内容:
Seq Host Starttime JobRuntime Send Receive Exitval Signal Command
命令:
sem --id sme-install --joblog joblog.txt ./install-app.sh && 2>&1 | \
tee -a install.log
在 Jenkins 中,我看到以下错误:
deployment completed
Build step 'Execute shell' marked build as failure
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s