소스 검색

更改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'
       }