-
Task
-
Resolution: Unresolved
-
Minor
-
None
Hi,
I'm new to Jenkins. I could not find a solution in internet.
I have install a fresh Jenkins installation(Jenkins 2.398) and tried to create a SWARM agent.
In agent creation page,
- select "Launch Swarm agent"
- fill other information
- click on save.
The moment I hit the save button I'm getting
Oops!
A problem occurred while processing the request.
Logging ID=dd362c85-7713-4b52-b327-ca64f493fcf6
What could be the things I'm missing. Please help.
[JENKINS-71030] New node page incorrectly offers "Launch swarm agent" as a launch method
Description |
Original:
Hi,
I'm new to Jenkins. I could not find a solution in internet. I have install a fresh Jenkins installation([Jenkins 2.398|https://www.jenkins.io/]) and tried to create a SWARM agent. In agent creation page, * select "Launch Swarm agent" * fill other information * click on save. The moment I hit the save button I'm getting " h1. Oops! h2. A problem occurred while processing the request." page What could be the things I'm missing. Please help. |
New:
Hi,
I'm new to Jenkins. I could not find a solution in internet. I have install a fresh Jenkins installation([Jenkins 2.398|https://www.jenkins.io/]) and tried to create a SWARM agent. In agent creation page, * select "Launch Swarm agent" * fill other information * click on save. The moment I hit the save button I'm getting " h1. !http://localhost:8080/static/fdd5541d/images/rage.svg|width=154,height=179! Oops! h2. A problem occurred while processing the request. Logging ID=dd362c85-7713-4b52-b327-ca64f493fcf6 What could be the things I'm missing. Please help. |
Attachment | New: plugins.txt [ 60239 ] |
Attachment | New: run-jenkins.sh [ 60240 ] |
Description |
Original:
Hi,
I'm new to Jenkins. I could not find a solution in internet. I have install a fresh Jenkins installation([Jenkins 2.398|https://www.jenkins.io/]) and tried to create a SWARM agent. In agent creation page, * select "Launch Swarm agent" * fill other information * click on save. The moment I hit the save button I'm getting " h1. !http://localhost:8080/static/fdd5541d/images/rage.svg|width=154,height=179! Oops! h2. A problem occurred while processing the request. Logging ID=dd362c85-7713-4b52-b327-ca64f493fcf6 What could be the things I'm missing. Please help. |
New:
Hi,
I'm new to Jenkins. I could not find a solution in internet. I have install a fresh Jenkins installation([Jenkins 2.398|https://www.jenkins.io/]) and tried to create a SWARM agent. In agent creation page, * select "Launch Swarm agent" * fill other information * click on save. The moment I hit the save button I'm getting " h1. Oops! h2. A problem occurred while processing the request. Logging ID=dd362c85-7713-4b52-b327-ca64f493fcf6 What could be the things I'm missing. Please help. |
Description |
Original:
Hi,
I'm new to Jenkins. I could not find a solution in internet. I have install a fresh Jenkins installation([Jenkins 2.398|https://www.jenkins.io/]) and tried to create a SWARM agent. In agent creation page, * select "Launch Swarm agent" * fill other information * click on save. The moment I hit the save button I'm getting " h1. Oops! h2. A problem occurred while processing the request. Logging ID=dd362c85-7713-4b52-b327-ca64f493fcf6 What could be the things I'm missing. Please help. |
New:
Hi,
I'm new to Jenkins. I could not find a solution in internet. I have install a fresh Jenkins installation([Jenkins 2.398|https://www.jenkins.io/]) and tried to create a SWARM agent. In agent creation page, * select "Launch Swarm agent" * fill other information * click on save. The moment I hit the save button I'm getting h1. Oops! h2. A problem occurred while processing the request. Logging ID=dd362c85-7713-4b52-b327-ca64f493fcf6 What could be the things I'm missing. Please help. |
Summary | Original: Not able to create a SWARM Agent | New: New node page incorrectly offers "Launch swarm agent" as a launch method |
Assignee | New: Pradeep [ pkumarage ] |
Thanks for the report. I'm able to duplicate the issue with the following steps:
I believe the root of the bug is that Jenkins is offering you the option to create a swarm agent but that is not how swarm agents are documented to be started. The swarm agent plugin documentation says:
It is not intended that the administrator will use the "New node" page to define a swarm agent. Swarm agents are created and destroyed inside Jenkins automatically as the swarm agent processes connect to Jenkins and disconnect from Jenkins. The "Launch swarm agent" selection from the menu on the "New node" page is providing an incorrect hint that it is supported to define Jenkins swarm agents from the controller.
If you'd like to use swarm agents, you need to follow the "Getting started" instructions from the swarm agent plugin documentation.
If you'd like more information on managing Jenkins agents, refer to https://www.jenkins.io/doc/book/managing/nodes/ for descriptions and videos.