ci043-add-jenkins-ci #13
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
@@ -14,18 +14,18 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
// stage('Install Dependencies') {
|
stage('Install Dependencies') {
|
||||||
// steps {
|
steps {
|
||||||
// sh 'npm ci'
|
sh 'npm ci'
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
// stage('Test & Security Audit') {
|
stage('Test & Security Audit') {
|
||||||
// steps {
|
steps {
|
||||||
// echo 'Start checking security vulnerabilities in npm packages'
|
echo 'Start checking security vulnerabilities in npm packages'
|
||||||
// sh 'npm audit'
|
sh 'npm audit'
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
// stage('Build') {
|
// stage('Build') {
|
||||||
// when {
|
// when {
|
||||||
|
|||||||
Reference in New Issue
Block a user