提交 2f7666a7 编写于 作者: zhangsiyuan's avatar zhangsiyuan

Update dev-phome.jenkinsfile

上级 1c9cf5cb
......@@ -82,7 +82,7 @@ pipeline{
parallel {
stage('install') {
steps {
nodejs('v12.16.2') {
nodejs('my-nodejs') {
sh """
npm config ls -l
npm i yarn -g
......@@ -97,7 +97,7 @@ pipeline{
stage('npm build') {
steps {
nodejs('v12.16.2') {
nodejs('my-nodejs') {
sh """
npm run core
npm run build:${envProfile} versionType:${tagType}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册