Skip to content

Commit 3aa6810

Browse files
committed
feat(jenkins): Add cpp-agent configuration for Docker image in ssh-agent.yaml
1 parent b650c91 commit 3aa6810

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

updatecli/updatecli.d/ssh-agent.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ targets:
8585
matcher: jenkins/ssh-agent
8686
sourceid: jenkins/ssh-agent
8787
scmid: default
88+
jenkins/cpp-agent:
89+
name: '[jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/cpp/Dockerfile"'
90+
kind: dockerfile
91+
spec:
92+
file: dockerfiles/cpp/Dockerfile
93+
instruction:
94+
keyword: FROM
95+
matcher: jenkins/ssh-agent
96+
sourceid: jenkins/ssh-agent
97+
scmid: default
8898
default-agent:
8999
name: '[jenkins/ssh-agent] Bump Docker image tag in "docker-compose.yaml"'
90100
kind: yaml

0 commit comments

Comments
 (0)