Skip to content

Commit

Permalink
Enhance descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Jan 24, 2025
1 parent 714344c commit 4761a0e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions task/pnc-prebuild-git-clone-oci-ta/0.1/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
value: pnc prebuild git clone oci trusted artifacts
- op: replace
path: /spec/description
value: The pnc-prebuild-git-clone-oci-ta Task will clone a repo from the provided url, apply
PNC prebuild modifications from https://github.com/project-ncl/konflux-tooling and store
it as a trusted artifact in the provided OCI repository.
value: The pnc-prebuild-git-clone-oci-ta task will clone a repo from the provided url, apply
PNC prebuild modifications (from https://github.com/project-ncl/konflux-tooling) and store
it as a trusted artifact in the provided OCI repository. The prebuild modifications create
a Containerfile and suitable build script in order for the Java based project to be built
within a container given build parameters configured from PNC.

- op: add
path: /spec/params/-
value:
name: BUILD_SCRIPT
description: The build script to embed with the Containerfile
description: Middleware (Maven/Gradle/Ant/SBT) build script to build the project to embed with the Containerfile
type: string
- op: add
path: /spec/params/-
Expand Down

0 comments on commit 4761a0e

Please sign in to comment.