Does jenkins CI support PHP App Engine applications? -


does jenkins ci support java , python? or support php?

in jenkins website see documents related java/python only.

jenkins ci written in java need java installation run it. other that, it's general purpose tool runs arbitrary software on system. if want run php tests, you'll have make sure php installed on jenkins build machines. if want deploy app engine jenkins, you'll have make sure app engine deploy tools installed on jenkins build machine. both of these things can done.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -