In my jenkins "Execute shell" I am using "gunicorn appname.wsgi:application --bind=serverip:port" to deploy ,and "sudo service nginx restart"to restart the nginx. But because of the "gunicorn bind" command build is taking more than 2days. I have tried "gunicorn appname.wsgi:application --bind=serverip:port --daemon" which is not working in jenkins "execute shell" and "sudo service nginx restart" is also not working .Please help !!
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/850b3853-f04c-432e-9021-1346b582ff98%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
