원클릭으로
pipeline
Generate Tekton Pipeline that defines the workflow of the task execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate Tekton Pipeline that defines the workflow of the task execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pipeline |
| description | Generate Tekton Pipeline that defines the workflow of the task execution. |
| metadata | {"version":"0.1","author":"Alex Soto","standard":"agentskills.io"} |
Generate Tekton Pipeline that defines the workflow of the task execution. The pipline should use the tasks generated previously in the pipeline.
For this task you can get the git repository from the .git/config file in the origin field.
Find within the project a Dockerfile location.
The user must provide the image name, and if not ask about it.
Generate a Tekton Pipeline that calls previous tasks, first the build and then the security
The Pipeline taskRef should match the names set in the previous tasks.
The input parameters of each task sholud be pipeline parameters too, and create and set the required workspaces used by the tasks.
Generate a PipelineRun to run the generated Pipeline, but the serviceAccountName should be set to the service account created.
Pipeline should contain all the parameters defined in the tasks.PipelineRun should set the serviceAccount to the one defining the Secret to access the container registry