Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
those are not properties. Those are environment variables. I am looking for real java properties set by jenkins when running a maven process – Hilikus Mar 7 at 18:46
Go ahead ask a new question. – Jens Schauder Mar 8 at 6:03

2 Answers

up vote 6 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.