ci043-add-jenkins-ci #13

Merged
jared merged 36 commits from ci043-add-jenkins-ci into development 2025-06-25 16:40:38 +02:00
Showing only changes of commit 533d94c6a5 - Show all commits

2
Jenkinsfile vendored
View File

@@ -10,8 +10,8 @@ pipeline {
}
stage('Test & Security Audit') {
echo 'Start checking security vulnerabilities in npm packages'
steps {
echo 'Start checking security vulnerabilities in npm packages'
sh 'npm audit'
}
}