pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
857 stars 483 forks source link

jenkins: support latest credentials plugin version #823

Closed kshtsk closed 1 year ago

kshtsk commented 1 year ago

The last version the Credentials plugin which starts with number '2' was 2.6.2, later the versioning has been switched to the newer approach, for example, latest for the moment is "1129.vef26f5df883c", refer https://plugins.jenkins.io/credentials/#releases

This patch adopts the code to the changes above.

Fixes: #824

Signed-off-by: Kyr Shatskyy kyrylo.shatskyy@suse.com

kshtsk commented 1 year ago

@lechat Could you please give me any idea why CI is failed, please.

itssuryaprasanth commented 1 year ago

@kshtsk , @lechat is it available in latest jenkinsapi ?

Please Respond

kshtsk commented 1 year ago

@kshtsk , @lechat is it available in latest jenkinsapi ?

Please Respond

It's just a PR, I am not a maintainer of this repo.

itssuryaprasanth commented 1 year ago

@lechat Can you please check on this, it's important for my tool

itssuryaprasanth commented 1 year ago

@lechat could you look into this, please

czhanacek commented 1 year ago

CI continues to be broken

lechat commented 1 year ago

I finally have some time for this project. I will fix CI.

lechat commented 1 year ago

I fixed that separately in #831

Thanks for your contribution!

lechat commented 1 year ago

Fixed in release 0.3.12