Does Jenkins need php to function and run?

Hi,
O would like to cross check the requirement of Jenkins to be installed? does PHP packages are required to be installed even if there is no php project to run ?

Where are you seeing this requirement? I don’t recall ever having to install PHP on any of my Jenkins instances.

1 Like

Jenkins is written in java, and only required java (8 or 11) to run. If you want any other language or tooling you need to bring it yourself.