cjm6497 / pagure

Forked from pagure 2 years ago
Clone

9c6dee2 Add support for username and password based authentication for pagure-ci

Authored and Committed by pingou 5 years ago
    Add support for username and password based authentication for pagure-ci
    
    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>
    
        
file modified
+12 -0
file modified
+17 -3
file modified
+7 -10