yshapovalov / pagure

Forked from pagure 6 years ago
Clone

30e2e6b Make pagure-ci use python-jenkins to work with newer Jenkins

Authored and Committed by pingou 6 years ago
    Make pagure-ci use python-jenkins to work with newer Jenkins
    
    Jenkins now may request the equivalent of a CSRF token, python-jenkins
    supports it while the approach we used so far does not.
    So start using python-jenkins instead of doing a POST http request that
    simply does not work on recent jenkins instances.
    
    Fixes https://pagure.io/pagure/issue/2380
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+19 -17