ghale / gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this plugin still maintained?

crc83 opened this issue · comments

Is this plugin still maintained?

@crc83 Sorry for the late response. Thanks for doing some maintenance!

I find that I no longer have the time (and to some degree, the motivation, given that I don't use Jenkins in my day to day job anymore) to maintain this project in the way that it deserves. I'd be very interested in having someone else take it over. If you're interested, let me know!

Either way, thanks for giving it some love!

@crc83 you should enable issues on your fork. I'm using your updated plugin v1.4.3 and it works great, I can now set CSRF protection. But I cannot update past that version, it always add a "null" in the string when trying to update projects.

i.e.:

09:53:18.632 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Sending request: POST /nullcreateItem?name=my-project HTTP/1.1
09:53:18.635 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Receiving response: HTTP/1.1 404 Not Found

I'm not using folders and my jobs are name as usual, but I suspect your modifications for v1.4.4 to support folders breaks it for "normal" jobs.

I applied fix and verified it. Please use latest 1.4.7 version

Thanks @crc83 for your quick update, I'll test it on Monday at work and let you know.

@crc83 version 1.4.7 works perfectly, thanks a lot.
If I have any other issue I'll open them directly with your fork.

regards,