-
Notifications
You must be signed in to change notification settings - Fork 14
Authentication issue #2
Comments
Hello and thank you for reporting this. Can you check if the problem persists with |
Hi I have read about it. I will try on the 11th as i am kind of away... Regards, Sent from Yahoo Mail on Android |
Hello. I was wondering if you got to the bottom of this? |
Hi, If i remember right, i think that i used another module. I will look it up and return with an answer on the 22nd. Sorry for the delayed response, Sent from Yahoo Mail on Android |
Hi, I am having the same issue as you were, could you let me know what you ended up doing? |
I get the same message shown in the "TCP Stream" in the original question. However, the circumstances are completely different. This is during authentication when trying to access Jenkins in the browser. We have Github auth enabled, and after Github auth hands back to Jenkins, I get a 403 forbidden with this message in the response. The admin has given me basically every permission available. And it fails on multiple browsers, multiple operating systems. Any ideas? |
I resolved this issue - the connection was being blocked by an app running on my Mac. |
I try to start a build on a server.
Server has authentication ON.
Job has parameters and token.
Call fails with:
Do I have to do something extra, is my usage wrong?
I am using this sequence:
Where:
Using these versions:
root@oc6027363375:~ #python --version
Python 2.6.6
root@oc6027363375:~ #pip show jenkins-webapi
Name: jenkins-webapi
Version: 0.1.2
Location: /usr/lib/python2.6/site-packages
Requires: requests
root@oc6027363375:~ #pip show requests
Name: requests
Version: 2.2.1
Location: /usr/lib/python2.6/site-packages
Requires:
Target is:
We get this output:
TCP Stream is:
The user has all the rigths on the Jenkins server.
Job is present and can be querried without issues using jenkinsapi 0.2.18
My machine is:
Also
Using the instructions from http://jenkins-webapi.readthedocs.org/en/latest/
With the proper authentication data,
will always return False
The text was updated successfully, but these errors were encountered: