add testing state for Jenkins
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -57,7 +57,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test & Security Audit') {
|
||||
stage('Security Audit') {
|
||||
steps {
|
||||
script {
|
||||
didRun = true
|
||||
@@ -67,6 +67,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Run Tests') {
|
||||
steps {
|
||||
sh 'npm run test'
|
||||
}
|
||||
}
|
||||
|
||||
stage('SonarQube Analysis') {
|
||||
steps {
|
||||
withSonarQubeEnv('sonarqube') {
|
||||
|
||||
Reference in New Issue
Block a user