What properties are in Jenkins / Hudson available for build configuration?

Jens Schauder picture Jens Schauder · Mar 23, 2011 · Viewed 52.3k times · Source

The question is in the title

I know about BUILD_NAME and BUILD_ID and BUILD_TAG and I have seen somewhere a list of properties, but I can't find it anymore.

Answer

peritus picture peritus · Mar 23, 2011

There is

  • a quite extensive list in the JENKINS wiki (or if you prefer in the Hudson Wiki,
  • there is a link to it below the textarea where you specify your build steps (see below)
  • you could run
    env
    as bash script in a build step to find out which additional variables are inherited on your system:

enter image description here