We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9719d13 commit 016a29aCopy full SHA for 016a29a
Jenkinsfile
@@ -42,17 +42,6 @@ pipeline {
42
recordCoverage(tools: [[parser: 'COBERTURA', pattern: 'coverage/cobertura-coverage.xml']], sourceCodeRetention: 'EVERY_BUILD')
43
}
44
45
- stage('SonarQube') {
46
- steps {
47
- script {
48
- sh 'echo "SonarQube..."'
49
- sh 'npm install -g sonarqube-scanner'
50
- withSonarQubeEnv('SonarQube') {
51
- sh 'sonar-scanner'
52
- }
53
54
55
56
stage('Build') {
57
steps {
58
script {
0 commit comments