标签:jenkins shel nod oca 操作 最新版 升级 https bsp
前提:
用jenkins构建时,发现一直出错;于是换了另外一台虚拟机去操作,因为换的虚拟机没有yarn,所以需手动安装
步骤:
1 yum install -y npm bzip2
## 升级node到最新版
npm install -g n
n latest
2 安装yarn
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
yum install -y yarn
标签:jenkins shel nod oca 操作 最新版 升级 https bsp
原文地址:https://www.cnblogs.com/amy720/p/12123503.html