init
This commit is contained in:
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image `python:slim`
|
||||
}
|
||||
}
|
||||
|
||||
stages {
|
||||
stage("install_dep") {
|
||||
sh "pip install -r requirements/dev.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user