Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit dc6e03a

Browse files
authored
chore(updatecli): use agent repo as source reference in the inbound-agent manifest (#193)
1 parent a4e8725 commit dc6e03a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

updatecli/updatecli.d/jenkins-inbound-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ scms:
1616
sources:
1717
lastVersion:
1818
kind: githubrelease
19-
name: Get the latest jenkins-inbound-agent version
19+
name: Get the latest version
2020
spec:
2121
owner: "jenkinsci"
22-
repository: "docker-inbound-agent"
22+
repository: "docker-agent"
2323
token: "{{ requiredEnv .github.token }}"
2424
username: "{{ .github.username }}"
2525
versionfilter:

0 commit comments

Comments
 (0)