@@ -26,11 +26,11 @@ The patching of the version only takes effect if the merged branch begins with t
2626
2727> The tailing ` / ` behind the alias is ** always** requiered!
2828
29- | SemVer | supported aliases | version example |
30- | ------ | -- ------------------------------------------ | --------------- |
31- | MAJOR | ` major ` | 1.2.3 => 2.0.0 |
32- | MINOR | ` feature ` , ` feat ` | 1.2.3 => 1.3.0 |
33- | PATCH | ` fix ` , ` bugfix ` , ` dependabot ` | 1.2.3 => 1.2.4 |
29+ | SemVer | supported aliases | version example |
30+ | -------- | -------------------------------| -----------------|
31+ | MAJOR | ` major ` | 1.2.3 => 2.0.0 |
32+ | MINOR | ` feature ` , ` feat ` | 1.2.3 => 1.3.0 |
33+ | PATCH | ` fix ` , ` bugfix ` , ` dependabot ` | 1.2.3 => 1.2.4 |
3434
3535> see also [ override specialties] ( #override-specialties )
3636
@@ -49,20 +49,20 @@ List of all environmental variables used per CI tool.
4949
5050#### GitHub Actions
5151
52- | Environment variable | Description | requiered |
53- | ------------------------- | -- ------------------------------------------------------------- | :---------:|
54- | ` GITHUB_API_URL ` | Returns the API URL. (Already set in runner) | true |
55- | ` GITHUB_REPOSITORY ` | The owner and repository name. (Already set in runner) | true |
56- | ` GITHUB_TOKEN ` | Must provided in workflow as ` env: ` (see examples) | true |
57- | ` GIT_DEFAULT_BRANCH_NAME ` | overrides the default branch name (default: ` main ` ) | false |
52+ | Environment variable | Description | requiered |
53+ | --------------------------- | --------------------------------------------------------| :---------:|
54+ | ` GITHUB_SERVER_URL ` | The GitHub-Server URL. (Already set in runner) | true |
55+ | ` GITHUB_REPOSITORY ` | The owner and repository name. (Already set in runner) | true |
56+ | ` GITHUB_TOKEN ` | Must provided in workflow as ` env: ` (see examples) | true |
57+ | ` GIT_DEFAULT_BRANCH_NAME ` | overrides the default branch name (default: ` main ` ) | false |
5858
5959#### Jenkins Pipeline
6060
61- | Environment variable | Description | requiered |
62- | ------------------------- | --------------------------------------------------------------- | :---------:|
63- | ` JENKINS_URL ` | Returns the URL of your Jenkins instance. (Already set) | true |
64- | ` GIT_URL ` | Will only be set by using the GitHub Plugin. | true |
65- | ` GITHUB_TOKEN ` | Must provided in pipeline as ` env.GITHUB_TOKEN ` (see examples) | true |
66- | ` GIT_DEFAULT_BRANCH_NAME ` | overrides the default branch name (default: ` main ` ) | false |
61+ | Environment variable | Description | requiered |
62+ | --------------------------- | ---------------------------------------------------------------- | :---------:|
63+ | ` JENKINS_URL ` | Returns the URL of your Jenkins instance. (Already set) | true |
64+ | ` GIT_URL ` | Will only be set by using the GitHub Plugin. | true |
65+ | ` GITHUB_TOKEN ` | Must provided in pipeline as ` env.GITHUB_TOKEN ` (see examples) | true |
66+ | ` GIT_DEFAULT_BRANCH_NAME ` | overrides the default branch name (default: ` main ` ) | false |
6767
6868> To see your Jenkins environment variables go to: ` ${YOUR_JENKINS_HOST}/env-vars.html `
0 commit comments