Skip to content

Commit

Permalink
removed redundant Jenkins restart
Browse files Browse the repository at this point in the history
  • Loading branch information
apolloclark committed Oct 23, 2016
1 parent cbf7949 commit a129102
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions provision/bootstrap_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ pip install --upgrade pip > /dev/null 2>&1
# Install code quality tools
pip install -qqq pylint > /dev/null
pip install --quiet mock coverage nose nosexcover clonedigger ndg-httpsclient \
pyasn1 2>&1
pyasn1 > /dev/null 2>&1

# Install Flask requirements
pip install -qqq -r /vagrant/jobs/Python_Pipeline/requirements.txt 2>&1
pip install -qqq -r /vagrant/jobs/Python_Pipeline/requirements.txt > /dev/null 2>&1
echo "INFO: Done installing Python."

# create folder for SQLite DB
Expand All @@ -45,7 +45,6 @@ chown -R jenkins:jenkins /var/lib/jenkins/plugins

# clear the logs, set folder permissions, restart
rm -f /var/log/jenkins/jenkins.log
service jenkins restart
echo "INFO: Done installing Jenkins plugins."


Expand Down

0 comments on commit a129102

Please sign in to comment.