/hudson-war/src/main/webapp/help/project-config/parameterized-build.html

http://github.com/hudson/hudson · HTML · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 0367fe864955cca81e8fcc4d9fbf819d MD5 · raw file

  1. <div>
  2. When you are using Hudson for various automations, it's sometimes convenient
  3. to be able to "parameterize" a build, by requiring a set of user inputs to
  4. be made available to the build process. For example, you might be setting up
  5. an on-demand test job, where the user can submit a zip file of the binaries to be tested.
  6. <p>
  7. This section configures what parameters your build takes. Parameters are distinguished
  8. by their names, and so you can have multiple parameters provided that they have different names.
  9. <p>
  10. See <a href="http://wiki.hudson-ci.org/display/HUDSON/Parameterized+Build">the Wiki topic</a>
  11. for more discussions about this feature.
  12. <p>
  13. It's possible to use Project cascading feature for this property. Please review <a href="http://wiki.hudson-ci.org/display/HUDSON/Project+cascading">
  14. this document</a>.
  15. </div>