【发布时间】:2021-09-08 23:48:16
【问题描述】:
更新 Jenkins 后,所有构建都开始失败并出现以下错误。
[ERROR] {some text}: {some text} is outdated. Please run next command `npm update`
[INFO] Treating warnings as errors because process.env.CI = true.
[INFO] Most CI servers set it automatically.
如何为所有构建解决此问题?
【问题讨论】:
标签: maven jenkins npm build continuous-integration