I am running Jenkins on Ubuntu 15.10. I have the following bash script:
Installing setuptools, pip...done.
Downloading/unpacking django
Downloading Django-1.9.5-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded
Installing collected packages: django
Successfully installed django
Cleaning up...
Performing system checks...
System check identified no issues (0 silenced).
You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.
April 13, 2016 - 19:55:17
Django version 1.9.5, using settings 'mysite.settings'
Quit the server with CONTROL-C.
Any ideas why the above script hangs in the Jenkins job but works fine from the terminal?