Skip to content
Snippets Groups Projects
Commit 06071ae5 authored by Prajwal Amin's avatar Prajwal Amin
Browse files

Update Jenkinsfile

parent 9b1003b0
No related branches found
No related tags found
No related merge requests found
......@@ -32,14 +32,6 @@ pipeline {
}
}
stage('SonarQube analysis') {
steps {
withSonarQubeEnv('sonarscannerjava') {
sh "./gradlew sonarqube"
}
}
}
stage('Build Docker Image') {
steps {
sh 'whoami'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment