You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to launch build farm using master branch
I have set all my configuration on common.yaml
and updated the master.yaml as well.
after running sudo bash ./reconfigure.bash for master, repo and agent.
Everything looks setup correctly, but the Jenkins agent fails to connect to the master.
The error is:
Jan 08, 2019 5:37:07 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
Jan 08, 2019 5:37:07 PM org.apache.commons.httpclient.HttpMethodDirector processWWWAuthChallenge
INFO: Failure authenticating with BASIC 'Jenkins'@master:8080
Failed to fetch slave info from Jenkins CODE: 401
Retrying in 10 seconds
From further checking, On Jenkins Master, TCP port for JNLP agents is disables and also once enabling it, I must set Java Web Start Agent Protocol/2 which is deprecated and unencrypted.
Is there any proper workaround or fix?
The text was updated successfully, but these errors were encountered:
I am trying to launch build farm using master branch
I have set all my configuration on
common.yaml
and updated the
master.yaml
as well.after running
sudo bash ./reconfigure.bash
for master, repo and agent.Everything looks setup correctly, but the Jenkins agent fails to connect to the master.
The error is:
From further checking, On Jenkins Master, TCP port for JNLP agents is disables and also once enabling it, I must set Java Web Start Agent Protocol/2 which is deprecated and unencrypted.
Is there any proper workaround or fix?
The text was updated successfully, but these errors were encountered: