Closed piyushpriyam closed 5 years ago
Got response [403] in post_and_confirm_status
while
credJson = { 'description' : description, 'username' : username, 'password' : password, 'credential_id':credential_id, 'typeName': typeName }
server.credentials.__setitem__(description,server.credentials._make_credential(credJson))
Please also provide an working example.
Examples are here: https://github.com/pycontribs/jenkinsapi/blob/master/jenkinsapi_tests/systests/test_credentials.py
Thanks man, I used crumb, it solve the issue
Got response [403] in post_and_confirm_status
while
credJson = { 'description' : description, 'username' : username, 'password' : password, 'credential_id':credential_id, 'typeName': typeName }
Please also provide an working example.