[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deployment)
[Pipeline] withCredentials
[Pipeline] {
[Pipeline] sh
[staging-server] Running shell script
+ curl -sS 10.10.214.233:8181/run -H Accept: application/x-yaml -d client=local -d tgt=minion.id -d fun=cmd.run -d arg=/bin/sh -e /home/user/scripts/deployment.sh -d username=**** -d password=**** -d eauth=pam
Unrecoverable error in the server.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpwsgi.py", line 180, in trap
return func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpwsgi.py", line 99, in __call__
return self.nextapp(environ, start_response)
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpwsgi.py", line 410, in tail
return self.response_class(environ, start_response, self.cpapp)
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpwsgi.py", line 234, in __init__
self.run()
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpwsgi.py", line 349, in run
request.run(meth, path, qs, rproto, headers, rfile)
File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 617, in run
raise cherrypy.TimeoutError()
TimeoutError
+ echo 0
0
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS