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

Update test-phome.jenkinsfile

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