#4364 Add support for username and password based authentication for pagure-ci
Merged by pingou. Opened by pingou.
jenkins_auth  into  master

Download 4364.patch

We used to query jenkins directly via an username provided URL, we
switch to using the python jenkins library, which requires username and
password to be specified in a different way.
This commit asks for the user to specify the username and password to
use to authenticate to jenkins and provides them to the python jenkins
library as they should be.

Fixes https://pagure.io/pagure/issue/4120

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

@pingou Does this mean arbitrary Jenkins servers can be connected to pagure projects, too?

@ngompa that has always been the case

@pingou silly me, I missed that bit :stuck_out_tongue:

:thumbsup:

Thanks! :)

Pull-Request has been merged by pingou

Metadata