Skip to content

Commit

Permalink
Update source code url for docker-inbound-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxia committed Sep 27, 2024
1 parent 32d31ac commit e6ee8a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For that some environment variables are automatically injected:
* `JENKINS_NAME` : the name of the Jenkins agent (Deprecated. Only here for backwards compatibility)

Tested with [`jenkins/inbound-agent`](https://hub.docker.com/r/jenkins/inbound-agent),
see the [Docker image source code](https://github.com/jenkinsci/docker-inbound-agent).
see the [Docker image source code](https://github.com/jenkinsci/docker-agent).

It is not required to run the Jenkins controller inside Kubernetes.

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For that some environment variables are automatically injected:
* `JENKINS_NAME`: Jenkins 节点的名称(已废弃,保持向后兼容)

使用镜像 [`jenkins/inbound-agent`](https://hub.docker.com/r/jenkins/inbound-agent) 做的测试。
查看[Docker 镜像源码](https://github.com/jenkinsci/docker-inbound-agent)
查看[Docker 镜像源码](https://github.com/jenkinsci/docker-agent)

Jenkins controller 可以不在 Kubernetes 上运行。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Container image (repository, name, and tag) for a Jenkins inbound agent.
Connection details will be passed as environment variables as per
<a href="https://github.com/jenkinsci/docker-inbound-agent/#running-this-container">documentation</a>.
<a href="https://github.com/jenkinsci/docker-agent/blob/master/README_inbound-agent.md#running-this-container">documentation</a>.

0 comments on commit e6ee8a0

Please sign in to comment.