ci: migrate to jenkins
This commit is contained in:
parent
b49b7a2d41
commit
916973c3e8
17
Jenkinsfile
vendored
Normal file
17
Jenkinsfile
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('Tests') {
|
||||
agent {
|
||||
docker {
|
||||
image 'python:3.9'
|
||||
}
|
||||
|
||||
}
|
||||
steps {
|
||||
sh 'pip install .[all] --progress-bar off'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user