Added a script for all the jenkins activities.
authorsalimfadhley <sal@stodge.org>
Thu, 27 Jun 2013 21:29:44 +0000 (22:29 +0100)
committersalimfadhley <sal@stodge.org>
Thu, 27 Jun 2013 21:29:44 +0000 (22:29 +0100)
jenkins_build.sh [new file with mode: 0644]

diff --git a/jenkins_build.sh b/jenkins_build.sh
new file mode 100644 (file)
index 0000000..3534036
--- /dev/null
@@ -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