Django build is taking too much time to build through jenkins . How to deploy same build on multiple servers ?

18 views
Skip to first unread message

sidhartha kumar Mahato

unread,
Dec 12, 2016, 4:08:34 AM12/12/16
to Jenkins Developers
I have the following commands under "Build"-->"Execute shell"  #!/bin/bash
source /v_env/bin/activate   # Activate the virtualenv
cd /var/lib/jenkins/workspace/myapp
#pip install -r requirements.txt   # Install or upgrade dependencies
python manage.py makemigrations
python manage.py migrate                  # Apply South's database migrations
sudo service nginx restart
gunicorn myapp.wsgi:application  --bind=my domain ip

(The above commands are executing within a second and deployment is getting done but the "build" is taking more than 2days).And is it possible to deploy the same build on multiple server ?

Owen B. Mehegan

unread,
Dec 13, 2016, 4:31:01 PM12/13/16
to Jenkins Developers
This list is for discussing development of Jenkins core and its plugins. You should ask your question on the Jenkins Users list: https://groups.google.com/forum/#!forum/jenkinsci-users
Reply all
Reply to author
Forward
0 new messages