Explorar el Código

Change name for Jenkins step

Shalom Yerushalmy hace 6 años
padre
commit
d1678e63f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

@@ -8,7 +8,7 @@ npm install
8 8
 npm run clean'''
9 9
       }
10 10
     }
11
-    stage('Run test-js') {
11
+    stage('Run All Tests') {
12 12
       parallel {
13 13
         stage('Run test-js') {
14 14
           steps {