Browse Source

commentaire du stage test

DESKTOP-SMCIPAV\falko 6 tháng trước cách đây
mục cha
commit
819a5ce830
1 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 8 8
      Jenkinsfile

+ 8 - 8
Jenkinsfile

@@ -37,14 +37,14 @@ pipeline {
             }
         }
 
-        stage('Install Dependencies & Test') {
-            steps {
-                withEnv(["PATH=${tool 'NodeJS'}/bin:${env.PATH}"]) {
-                    sh 'npm install --legacy-peer-deps'
-                    sh 'npm run test -- --no-watch --no-progress --browsers=ChromeHeadless'
-                }
-            }
-        }
+        // stage('Install Dependencies & Test') {
+        //     steps {
+        //         withEnv(["PATH=${tool 'NodeJS'}/bin:${env.PATH}"]) {
+        //             sh 'npm install --legacy-peer-deps'
+        //             sh 'npm run test -- --no-watch --no-progress --browsers=ChromeHeadless'
+        //         }
+        //     }
+        // }
 
         stage('SonarQube Analysis') {
             steps {