Updated on 2024-06-27 GMT+08:00

Background

Pipeline parameters can be transferred among jobs. By configuring pipeline parameters, you can streamline data of build, deployment, and API test jobs. Parameters include:

  • Custom Parameters: You can add parameters of string, enumeration, or auto-increment type.
  • Predefined Parameters: You do not need to configure predefined parameters. They cannot be deleted or modified.
  • Parameter Groups: You can associate all pipelines in the project with a parameter group.
  • For Repo sources, if you set a repository alias, repository-related predefined parameters will be generated.
  • Parameter priority: predefined parameters > custom parameters > parameter groups.
  • If a pipeline is associated with multiple parameter groups and parameters with the same name exist, the value of the parameter in the last associated parameter group will be used.