fixed echo statement
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user