Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Remove Github status updates from the main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-tita committed Jan 10, 2024
1 parent 69de0fa commit 3039e83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile.sonatype
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ def makeArgs = [

if (!releaseBuild) {
makeArgs = [
downstreamJobName: 'extra-tests',
prepare: { build, env ->
githubStatusUpdate('pending')
}
downstreamJobName: 'extra-tests'
] + makeArgs
}

Expand Down

0 comments on commit 3039e83

Please sign in to comment.