Can jenkins be done in another language?

Hey guys,

I was wondering if Jenkins can be re done in Python using Apache Httpd for its Web GUI?

I’m asking because I have only had bad experiences with Java and as per Jenkins I have tried the war version with Java 11 on Windows and Java 17 and even though it installed (don’t remember which) and added some plugins, I could never used plugins like Open Ocean, it never showed.

I know there is a Jenkins for Windows, but I don’t like to have multiple Java instances running and WildFly is already running and it has never let me down (on Linux at least)

Jenkins is developed in Java, so no, you can’t use another language for it. Can you give some more information about the issues you are seeing? Did you follow the installation guide?