Browse Source

Change name for Jenkins step

Shalom Yerushalmy 6 years ago
parent
commit
d1678e63f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

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