Project variable changes made when starting a job

As you start jobs, you can change project and overriding variable values set in the project environment.

As you start a job, variables from the project environment are presented on a Job Start page. Depending on the On Project property of each variable, you may change the value presented if desired.

The changes made at job start, are subject to the same inheritance rules as variables defined in a project environment.

For example:
  1. You define the JavaEnv environment to have a variable with an initial value, JavaVersion = 1.4.
  2. You define project MyBuild to use the JavaEnv environment.
  3. You launch a job to run project MyBuild. On the Job Start panel, you change the value of JavaVersion to 1.5.
As a result:

Feedback