Explorar o código

更改CI节点的名称

梁展鹏 %!s(int64=3) %!d(string=hai) anos
pai
achega
611c3f5fd2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'
       }