To add your repository to a new project, click here.
To add your repository to Ketryx for an existing project:
Click into the project for which you'd like to add a repository from the Projects dashboard.
On the left side toolbar, click Settings under Configuration.
Scroll down to Repositories and add your repository from which you want to pull the Code Change Reviews (CCR) and/or the Git repository for SOUP dependency analysis.
The URL of the repository is required, and you can also add authentication information for the repository. This is required for private repositories, and for public repositories if you want to fetch CCR data.
Additionally the analyzed branch can be set, which is the branch that is used for SOUP dependency analysis and CCR data fetching. The default is
main
or in lieu of that master
.Instead of a branch, you can also set a tag, which will be used for SOUP dependency analysis and CCR data fetching. This is useful if you want to analyze a specific release version, e.g.
refs/tags/v1.0.0
.You can also define a release ref pattern. The naming pattern used to detect release branches or tags. These can be version-specific. Use
#
as a SemVer-compatible version placeholder. For example, release/#
will match release/3.2.1
, release/3.2
, or release/3
. The default is refs/tags/#
.
Comments
0 comments
Article is closed for comments.