You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The templates can also be configured to ad-hoc connect Gradle and Maven builds t
10
10
11
11
12
12
## Requirements
13
-
- GitLab 15.11 since they use inputs, see https://docs.gitlab.com/ee/ci/yaml/includes.html#define-inputs-for-configuration-added-with-include-beta.
13
+
- GitLab 15.11 since they use [inputs](https://docs.gitlab.com/ee/ci/yaml/includes.html#define-inputs-for-configuration-added-with-include-beta).
14
14
- Shell with curl should be available on the executor
15
15
- Network access to download from Maven central and from GitHub (those URLs can be customized, see [Configuration](#Configuration)
16
16
@@ -101,8 +101,8 @@ For the Common Custom User Data Maven extension which is defined with the `ccudM
101
101
102
102
## Authentication
103
103
To authenticate against the Gradle Enterprise server, you should specify a masked environment variable named `GRADLE_ENTERPRISE_ACCESS_KEY`.
104
-
See https://docs.gitlab.com/ee/ci/variables/#define-a-cicd-variable-in-the-ui on how to do this in GitLab UI.
105
-
To generate a Gradle Enterprise Access Key, you can check https://docs.gradle.com/enterprise/gradle-plugin/#manual_access_key_configuration for Gradle and https://docs.gradle.com/enterprise/maven-extension/#manual_access_key_configuration for Maven.
104
+
See [here](https://docs.gitlab.com/ee/ci/variables/#define-a-cicd-variable-in-the-ui) on how to do this in GitLab UI.
105
+
To generate a Gradle Enterprise Access Key, you can check [Gradle Enterprise Gradle plugin docs](https://docs.gradle.com/enterprise/gradle-plugin/#manual_access_key_configuration) and [Gradle Enterprise Maven extension docs](https://docs.gradle.com/enterprise/maven-extension/#manual_access_key_configuration).
106
106
107
107
## License
108
108
This project is available under the [Apache License, Version 2.0](https://github.com/gradle/gradle-enterprise-bamboo-plugin/blob/main/LICENSE).
0 commit comments