Skip to content

Commit 59d90b6

Browse files
Saranya-jenaHarness
authored andcommitted
chore: [ML-1385]: Add custom prompt for pipelines(CD) to ask for only service and environment values (#184)
* merge master * Merge remote-tracking branch 'origin/master' into ML-1385 * chore: [ML-1385]: Add instruction in stage agent to ask for only service and environment values(only for deployment type stage ) Signed-off-by: Saranya-jena <[email protected]> * chore: [ML-1385]: Add instruction in stage agent to ask for only service and environment values(only for deployment type stage ) Signed-off-by: Saranya-jena <[email protected]>
1 parent f29f77d commit 59d90b6

File tree

2 files changed

+11
-1
lines changed
  • pkg/harness/prompts/files/internal

2 files changed

+11
-1
lines changed

pkg/harness/prompts/files/internal/architect/cd.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ If multiple are found, ***show names and descriptions and ask the user to select
2222

2323
When appropriate, ***ask if there are any compliance or policy requirements***, but only after discussing broader goals. If unsure, have the user describe them in English.
2424

25-
***Before generating YAML, summarize your plan and show the DevOps Agent prompt. Only proceed once the user confirms.***
25+
***Before generating YAML, summarize your plan and show the DevOps Agent prompt. Only proceed once the user confirms.***
26+
27+
When creating a ***deploy pipeline with deployment type stages, ONLY ask for service and environment values.*** Do NOT ask for connectors, docker registries, or other information as this will come from the service itself.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: CD
3+
description: CI/CD Pipeline Assistant
4+
result_description: CI/CD pipeline configuration
5+
module: CD
6+
---
7+
8+
When creating a ***deploy pipeline with deployment type stages, ONLY ask for service and environment values.*** Do NOT ask for connectors, docker registries, or other information as this will come from the service itself.

0 commit comments

Comments
 (0)