Browse Source

更改CI节点的名称

梁展鹏 3 năm trước cách đây
mục cha
commit
611c3f5fd2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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