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.adoc
-4
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,6 @@ This is currently using link:https://docs.openshift.com/pipelines/1.15/about/op-
27
27
The following environment variables are configurable and may be set by the user prior to deploying this depending upon which features are to be enabled.
28
28
29
29
|=======================
30
-
| AWS_ACCESS_KEY_ID | AWS Access Key used for S3 and CodeArtfact Access
31
-
| AWS_PROFILE | AWS Region used for CodeArtifact deployment
32
-
| AWS_SECRET_ACCESS_KEY | AWS Secret Access Key used for S3 and CodeArtfact Access
33
30
| GIT_DEPLOY_IDENTITY | Username/organisation name for the Git service
34
31
| GIT_DEPLOY_TOKEN | Authentication token
35
32
| GIT_DEPLOY_URL | The URL for the Git service (GitHub/GitLab are supported) to archive the sources
@@ -41,7 +38,6 @@ The following environment variables are configurable and may be set by the user
41
38
| JBS_GIT_CREDENTIALS | Support for private repositories (See below)
42
39
| JBS_MAX_MEMORY | Maximum additional memory allowed
43
40
| JBS_RECIPE_DATABASE | Recipe database to use (defaults to `https://github.com/redhat-appstudio/jvm-build-data`)
44
-
| JBS_S3_SYNC_ENABLED | Whether to enable Amazon S3 sync for storage (default: `false`)
45
41
| JBS_WORKER_NAMESPACE | Worker namespace (default: `test-jvm-namespace`) may be customised by setting this
46
42
| MAVEN_PASSWORD | Password for the Maven repository
47
43
| MAVEN_REPOSITORY | The URL for the external Maven repository to deploy to
0 commit comments