梁展鹏 3 жил өмнө
parent
commit
611c3f5fd2
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -128,7 +128,7 @@ pipeline {
         sh 'npm install'
         sh 'npm install'
       }
       }
     }
     }
-    stage('Static check') {
+    stage('Static Check') {
       parallel {
       parallel {
         stage('eslint') {
         stage('eslint') {
           steps {
           steps {
@@ -137,7 +137,7 @@ pipeline {
         }
         }
       }
       }
     }
     }
-    stage('YARN build') {
+    stage('Build') {
       steps {
       steps {
         sh 'npm run build:prod'
         sh 'npm run build:prod'
       }
       }