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