瀏覽代碼

更改CI节点的名称

梁展鹏 3 年之前
父節點
當前提交
611c3f5fd2
共有 1 個文件被更改,包括 2 次插入2 次删除
  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'
       }