|
|
@@ -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 {
|