Skip to content

Commit

Permalink
remove githubStatusUpdate() calls from Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jan 17, 2024
1 parent 485bfd3 commit 24d858b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Jenkinsfile
Expand Up @@ -18,9 +18,6 @@
dockerizedBuildPipeline(
buildImageId: "${sonatypeDockerRegistryId()}/cdi/golang-1.17.1:1",
deployBranch: 'main',
prepare: {
githubStatusUpdate('pending')
},
buildAndTest: {
sh '''
go get -u github.com/jstemmer/go-junit-report
Expand All @@ -38,11 +35,7 @@ dockerizedBuildPipeline(
})
},
testResults: [ 'test-results.xml' ],
onSuccess: {
githubStatusUpdate('success')
},
onFailure: {
githubStatusUpdate('failure')
notifyChat(currentBuild: currentBuild, env: env, room: 'community-oss-fun')
sendEmailNotification(currentBuild, env, [], 'community-group@sonatype.com')
}
Expand Down

0 comments on commit 24d858b

Please sign in to comment.