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
Post a Comment