From 4186a4c4c81dcb3dc1883e3e12558425ae5ada0d Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Thu, 27 Jun 2013 22:29:44 +0100 Subject: [PATCH] Added a script for all the jenkins activities. --- jenkins_build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 jenkins_build.sh diff --git a/jenkins_build.sh b/jenkins_build.sh new file mode 100644 index 0000000..3534036 --- /dev/null +++ b/jenkins_build.sh @@ -0,0 +1,8 @@ +virtualenv . +source bin/activate +python setup.py develop +easy_install nose +easy_install mock +easy_install requests +easy_install coverage +nosetests jenkinsapi_tests --with-xunit --with-coverage --cover-html --cover-html-dir=$WORKSPACE/coverage_report --cover-package=jenkinsapi -- 2.34.1