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

On Monday, December 12, 2016 at 1:08:34 AM UTC-8, sidhartha kumar Mahato 
wrote:
>
> 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
>
>
> <https://lh3.googleusercontent.com/-ZiJE_Tel7CE/WE5pB9-_0WI/AAAAAAAAAaQ/dqkMvvx8C4YSotmS6zl9k2J2ic6juP4nACLcB/s1600/executeshell.png>
> (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 ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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-dev/5ce5563b-6f89-4b52-8e67-7272e67084f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to