Enter the name of the Jenkins job from which you want to select build names.
Examples:
- Simple job:
my-job
- Job in folder:
folder1/folder2/my-job
Important Notes:
- The job must exist and be accessible with your current permissions
- Only successful builds will be available for selection
- Builds that are currently running will be excluded
- For jobs in folders, use the full path including folder names
- Runtime Permissions: At job runtime, the build typically runs as the SYSTEM user unless you use the Authorize Project plugin. This means you might have access to a job during configuration but not at runtime. Ensure the SYSTEM user has the necessary permissions to access the specified job.
Default Value Behavior:
- If no successful builds are found for the specified job, a default value of
0.0.1-1+999 will be provided
- This ensures that the parameter always has a valid value, even for new jobs without any builds
- The default value will appear in the dropdown list when no actual builds are available