Skip to content

Commit

Permalink
Fix post_github_status success
Browse files Browse the repository at this point in the history
  • Loading branch information
a-larkins99 committed Jan 10, 2024
1 parent 7bd5db1 commit 0c9cb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pipeline {
post {

success {
post_github_status("Success", "The build succeeded")
post_github_status("success", "The build succeeded")
}

unsuccessful {
Expand Down

0 comments on commit 0c9cb69

Please sign in to comment.