Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update source code url for docker-inbound-agent #1610

Merged
merged 1 commit into from
Oct 14, 2024
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
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/6baff07e2dea71f549578799fe7087efad663fb7/README_inbound-agent.md#running-this-container">documentation</a>.