Hi All,

I don't know if anyone tried to login to sso enabled jenkins server from 
python api.

I need to automate jenkins, It is very easy to login to jenkins from python 
with its local-user/password. But our jenkins server is configured with 
assembla sso and I am not able to login through jenkins.jenkins python 
module. Can any oen suggest how to login to jenkins server with third party 
sso configuration.
python api docs: https://python-jenkins.readthedocs.org/en/latest/api.html

I am open to use any other module.

import jenkins
j = jenkins.Jenkins('http://your_url_here', 'username', 'password')
j.get_jobs()


Regards,
Sushant

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5ac34a0a-56ea-4209-9b7f-9ceee02c5d9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to