Commit 70d2cd98 authored by S M Y's avatar S M Y
Browse files

Error handling in the code

parent 76b53fe8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -66,7 +66,7 @@ node() {
values.put('ansiblePlaybook', ansiblePlaybook)
values.put('ansibleExtraArgs', ansibleExtraArgs)
println values
// ansible_playbook_run(values)
ansible_playbook_run(values)
currentBuild.result = 'SUCCESS'
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment