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

Update dev-phome.jenkinsfile

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