-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from szn/convert-issues-to-links
convrert [issue] to links
- Loading branch information
Showing
4 changed files
with
87 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## 1.1 Pipeline Configuration Overview | ||
|
||
### 1.1.1 Description | ||
|
||
The pipeline configuration includes several key components designed to enhance functionality, manage dependencies, and streamline processes. Each component plays a crucial role in ensuring the smooth execution of the pipeline. | ||
|
||
### 1.1.2 Included Configuration Files | ||
|
||
The pipeline configuration leverages modularization by including various configuration files from a centralized location. These files contribute to different aspects of the pipeline: | ||
|
||
[SJI-1010] | ||
|
||
1. **Show Dependencies** | ||
- Provides transparency into project dependencies. | ||
- Configuration file: [.show-dependencies.yml](https://xxxxxx.yml) | ||
|
||
```mermaid | ||
graph TD; | ||
A-->B; | ||
A-->C; | ||
B-->D; | ||
C-->D; | ||
``` | ||
|
||
https://dirtyagil.atlassian.net/browse/AD-120 | ||
|
||
https://dirtyagile.atlassian.net/browse/AD-121 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters