import other kontor repos into directories
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
node {
|
||||
stage("Checkout") {
|
||||
checkout scm
|
||||
}
|
||||
stage("setup virualenv") {
|
||||
sh "virtualenv ."
|
||||
sh "source bin/activate; pip install bottle pymongo"
|
||||
}
|
||||
stage("build") {
|
||||
sh "source bin/activate; python setup.py sdist"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user