Skip to content

Commit

Permalink
Store images in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 7, 2023
1 parent a0931bb commit 83f8dfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ See [Using Agents](https://www.jenkins.io/doc/book/using/using-agents/) for more
1. Go to your Jenkins dashboard
2. Go to `Manage Jenkins` option in main menu
3. Go to `Nodes` item in `System Configuration`
![image](https://github.com/jenkinsci/docker-inbound-agent/assets/16630665/f3451996-ee56-4346-9713-9379c26ebeba)
![image](images/screen-4.png)
4. Go to `New Node` option in side menu
5. Fill the Node(agent) name and select the type; (e.g. Name: agent1, Type: Permanent Agent)
6. Now fill the fields like remote root directory, labels, # of executors, etc.
* **`Launch method` is `Launch agent by connecting it to the controller`**
![image](https://github.com/jenkinsci/docker-inbound-agent/assets/16630665/602f39cf-873d-4709-b1ac-a5f337bd7975)
![image](images/screen-1.png)
7. Press the `Save` button and the agent1 will be registered, but offline for the time being. Click on it.
![image](https://github.com/jenkinsci/docker-inbound-agent/assets/16630665/dc03bb20-4e4d-4766-8dae-495f2016e761)
![image](images/screen-2.png)
8. You should now see the secret. Use the secret value to pass it to the argument of container, or set to `JENKINS_SECRET` as environment variable.
![image](https://github.com/jenkinsci/docker-inbound-agent/assets/16630665/969d658d-d772-429e-a2b6-89afe3b70f88)
![image](images/screen-3.png)

### Running this container

Expand Down Expand Up @@ -74,9 +74,9 @@ Optional environment variables:
#### Example

1. Enter the command above.
![image](https://github.com/jenkinsci/docker-inbound-agent/assets/16630665/98354cd0-a1df-42a8-afff-4c20cb9259e9)
![image](images/screen-5.png)
2. Check the Jenkins dashboard if the agent is connected well.
![image](https://github.com/jenkinsci/docker-inbound-agent/assets/16630665/639344cf-9c90-4cfa-87aa-17d6f8bf0e58)
![image](images/screen-6.png)


## Windows Jenkins Java Opts
Expand Down

0 comments on commit 83f8dfd

Please sign in to comment.