Skip to content

Commit cd55ce9

Browse files
author
edge-katanomi-app2[bot]
committed
πŸ“š Sync docs from alaudadevops/tektoncd-operator on 942d590ad4f966fb529ca81cf2d9831690ef94c4
Source: docs: sync java pipeline docs (#587) Author: yzc Ref: refs/heads/main Commit: 942d590ad4f966fb529ca81cf2d9831690ef94c4 This commit automatically syncs documentation changes from the source-docs repository. πŸ”— View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/942d590ad4f966fb529ca81cf2d9831690ef94c4 πŸ€– Synced on 2025-09-17 16:08:22 UTC
1 parent 99a2594 commit cd55ce9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

β€Ž.github/SYNC_INFO.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-09-17 05:35:39 UTC
3+
- **Last synced**: 2025-09-17 16:08:22 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [c57f3bf7883edd97fb75b0ceb6578067c9d3da29](https://github.com/alaudadevops/tektoncd-operator/commit/c57f3bf7883edd97fb75b0ceb6578067c9d3da29)
5+
- **Source commit**: [942d590ad4f966fb529ca81cf2d9831690ef94c4](https://github.com/alaudadevops/tektoncd-operator/commit/942d590ad4f966fb529ca81cf2d9831690ef94c4)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#67](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17787812511)
7+
- **Workflow run**: [#70](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17803735198)
88

99
## Files synced:
1010
- docs/

β€Ždocs/en/tutorials/java/use-java-image-build-scan-deploy-pipeline.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ spec:
188188
- **maven-settings**: An [optional workspace](https://github.com/tektoncd/pipeline/blob/v0.65.5/docs/workspaces.md#using-workspaces-in-pipelines) containing custom maven settings.
189189
- **maven-local-repo**: An [optional workspace](https://github.com/tektoncd/pipeline/blob/v0.65.5/docs/workspaces.md#using-workspaces-in-pipelines) for Maven local repository.
190190
- **maven-server-secret**: An [optional workspace](https://github.com/tektoncd/pipeline/blob/v0.65.5/docs/workspaces.md#using-workspaces-in-pipelines) containing server credentials.
191+
- **maven-trust-store**: An [optional workspace](https://github.com/tektoncd/pipeline/blob/v0.65.5/docs/workspaces.md#using-workspaces-in-pipelines) containing JKS truststore for private CAs used by Maven.
191192
- **sonar-settings**: An [optional workspace](https://github.com/tektoncd/pipeline/blob/v0.65.5/docs/workspaces.md#using-workspaces-in-pipelines) where SonarQube properties can be mounted.
192193
- **sonar-credentials**: An [optional workspace](https://github.com/tektoncd/pipeline/blob/v0.65.5/docs/workspaces.md#using-workspaces-in-pipelines) containing credentials for use within SonarQube.
193194
- **dockerconfig**: An [optional workspace](https://github.com/tektoncd/pipeline/blob/v0.65.5/docs/workspaces.md#using-workspaces-in-pipelines) for Docker configuration files, such as `config.json` or `.dockerconfigjson`. This is optional and is used for authentication when pushing images to the registry.

0 commit comments

Comments
Β (0)