Skip to content

Commit b0e12eb

Browse files
Update Jenkinsfile
1 parent ae2bd85 commit b0e12eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ node {
3131
}
3232
}
3333

34-
stage("SonarQube Scan"){
34+
/*stage("SonarQube Scan"){
3535
withSonarQubeEnv(credentialsId: 'SonarQubeToken') {
3636
sh "${sonarscanner}/bin/sonar-scanner"
3737
}
3838
}
39-
40-
stage("Ansible Deploy"){
39+
*/
40+
stage("Ansible Deploy"){
4141
ansiblePlaybook inventory: 'hosts', playbook: 'deploy.yaml'
4242
}
4343
}

0 commit comments

Comments
 (0)