Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/autofix/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline:
- name: remediation_agent
run:
container:
image: anewdocker25/mydockerhub:remediation-agent
image: pkg.harness.io/vrvdt5ius7uwygso8s0bia/harness-agents/remediation-agent-plugin:main
with:
detailed_logging: "true"
harness_api_key: <+inputs.harnessKey>
Expand All @@ -25,7 +25,7 @@ pipeline:
- name: coding_agent
run:
container:
image: anewdocker25/mydockerhub:coding-agent
image: pkg.harness.io/vrvdt5ius7uwygso8s0bia/harness-agents/coding-agent-plugin:main
with:
detailed_logging: "true"
max_iterations: "50"
Expand Down Expand Up @@ -103,7 +103,7 @@ pipeline:
- name: push_and_create_pr
run:
container:
image: himanshu6956/create-pr-plugin:latest
image: pkg.harness.io/vrvdt5ius7uwygso8s0bia/harness-agents/create-pr-plugin:main
env:
# Core Plugin Settings
PLUGIN_SCM_PROVIDER: <+pipeline.stages.autofix_1.steps.fix_env_variables_1.output.outputVariables.SCM_PROVIDER>
Expand Down
2 changes: 1 addition & 1 deletion templates/ffcleanup/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pipeline:
- name: coding_agent
run:
container:
image: anewdocker25/mydockerhub:coding-agent
image: pkg.harness.io/vrvdt5ius7uwygso8s0bia/harness-agents/coding-agent-plugin:main
with:
detailed_logging: "true"
max_iterations: "50"
Expand Down
2 changes: 1 addition & 1 deletion templates/react-upgrade/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline:
id: step1
run:
container:
image: anewdocker25/mydockerhub:coding-agent
image: pkg.harness.io/vrvdt5ius7uwygso8s0bia/harness-agents/coding-agent-plugin:main
with:
detailed_logging: "true"
max_iterations: "300"
Expand Down
Loading