-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins ver. 2.194
Self-Organizing Swarm Plug-in Modules 3.17
swarm-client-3.17.jar
Since Jenkins ver.2.192, Swarm Client failed to create a slave with response code: 403.
swarm-client log
<record> <date>2019-09-11T08:11:50</date> <millis>1568157110925</millis> <sequence>276</sequence> <logger>hudson.plugins.swarm</logger> <level>SEVERE</level> <class>hudson.plugins.swarm.Client</class> <method>run</method> <thread>1</thread> <message>RetryException occurred</message> <exception> <message>hudson.plugins.swarm.RetryException: Failed to create a slave on Jenkins, response code: 403 <html> <head> <title>The page is not found</title> </head> <body> <h1>The page is not found</h1> ... </body> </html> </message> <frame> <class>hudson.plugins.swarm.SwarmClient</class> <method>createSwarmSlave</method> <line>472</line> </frame> <frame> <class>hudson.plugins.swarm.Client</class> <method>run</method> <line>150</line> </frame> <frame> <class>hudson.plugins.swarm.Client</class> <method>main</method> <line>104</line> </frame> </exception> </record>
swam-client is executed with the following command.
java -jar /var/lib/jenkins/swarm-client.jar -master htt p://jenkins-master.dev.xxx.yyy.zzz/jenkins-dev/ -username XXXXX -password YYYYY -name slave-xxx -disableClientsUniqueId -description jenkins-slave-xxx -executors 1 -fsroot /var/lib/jenkins -deleteExistingClients
- duplicates
-
JENKINS-59193 Session-ID missing alongside CSRF tokens
- Closed