Skip to content

Commit

Permalink
Jenkinsfile: Remove results stage as it had no steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Mar 19, 2018
1 parent d424f4e commit 01f4a90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Expand Up @@ -28,16 +28,12 @@ pipeline {
}
}

stage('Results') {
steps {
/*
withSonarQubeEnv('My SonarQube Server') {
// requires SonarQube Scanner for Maven 3.2+
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar'
}
*/
}
}
}

post {
Expand Down

0 comments on commit 01f4a90

Please sign in to comment.