opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
70 stars 57 forks source link

Bitbucket API call deprecation notice #989

Open BraisVQ opened 1 year ago

BraisVQ commented 1 year ago

Describe the bug An API call we use in the shared library have been market as deprecated in Bitbucket version 7.14, released on June 2021. Currently we are using version 7.21.

This api call is used in BitbucketService

We should update the api call to the new one porvided by Atlassian https://docs.atlassian.com/bitbucket-server/rest/7.21.0/bitbucket-rest.html#idp230

Screenshots https://developer.atlassian.com/server/bitbucket/rest/v808/api-group-deprecated/#api-build-status-latest-commits-commitid-get

image

Affected version:

@metmajer

BraisVQ commented 1 year ago

It seems that in next mayor version of Bitbucket (8.0) the deprecated API call might be removed image