Skip to content

Commit 438e9e7

Browse files
Update Jenkinsfile
1 parent b0e12eb commit 438e9e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ node {
3636
sh "${sonarscanner}/bin/sonar-scanner"
3737
}
3838
}
39-
*/
39+
4040
stage("Ansible Deploy"){
4141
ansiblePlaybook inventory: 'hosts', playbook: 'deploy.yaml'
4242
}
43+
*/
4344
}

0 commit comments

Comments
 (0)