I have a job that run on on Jenkins node(lets call it X) in a restricted network has firewalls restrictions and does not allow communication using all ports(only 22,443,80) so our Jenkins Master uses port 443 to communicate with the node.The communication works and jobs run on this node.
I am then trying to pull code from visualSVN server which uses a self signed certificate, the jenkins job will run successfully if there are no changes in the code,
However if there are some changes, it will pull them(changes get added in slaves workspace) and then job fails with error as in image.
I use the checkout strategy:Use SVN update as much as possible.but i get same error if i use check out fresh copy.
so if i run the job it fails because there are some changes to be pulled.but it pulls then.now if i run the job it will be successful.very unstable behaviour. I ran SVN commands from CLI on agent it works and i added certificate permanently when it asked the first time.
Kindly help
Console output from jenkins: