projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
722a87c
)
Added a script for all the jenkins activities.
author
salimfadhley
<sal@stodge.org>
Thu, 27 Jun 2013 21:29:44 +0000
(22:29 +0100)
committer
salimfadhley
<sal@stodge.org>
Thu, 27 Jun 2013 21:29:44 +0000
(22:29 +0100)
jenkins_build.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/jenkins_build.sh
b/jenkins_build.sh
new file mode 100644
(file)
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