-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
TCTest CaseTest Case
Description
ID: TC_06.004.02 | Multibranch pipeline Configuration > Change Branch Sources > Add multiple branch sources
Preconditions:
- Jenkins is installed and running.
- A Multibranch Pipeline project is already created.
- The user is logged in with appropriate permissions to configure the pipeline.
Description:
Verify that the user can add multiple branch sources in the configuration of a Multibranch Pipeline project.
Steps:
- Navigate to Jenkins dashboard.
- Click on the existing Multibranch Pipeline project.
- Click "Configure" on the left-hand menu.
- Scroll to the "Branch Sources" section.
- Click "Add source" and select any valid source (e.g., Git).
- Configure the source minimally (e.g., add a placeholder repo URL).
- Click "Add source" again and select another branch source (can be the same type or different).
- Configure the second source.
- Click "Save".
- Reopen the configuration to confirm both sources are listed.
Expected Result:
Multiple branch sources are added and listed in the "Branch Sources" section. No errors are thrown, and the configuration is saved correctly.
Comments / Notes:
- Ensure different configurations do not overwrite each other.
- Applicable to both same-type and mixed-type branch sources.
- Behavior may depend on installed plugins.
Acceptance Criteria:
- The user can successfully add more than one branch source in a Multibranch Pipeline configuration.
- Configuration is saved and accurately displayed upon re-entry.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TCTest CaseTest Case