develop #4

Merged
s460930 merged 29 commits from develop into master 2020-12-07 15:22:26 +01:00
Showing only changes of commit 534a7865c4 - Show all commits

2
Jenkinsfile vendored
View File

@ -5,6 +5,8 @@ pipeline {
stage('Build') {
steps {
sh 'cd rest-app'
sh 'virtualenv venv'
sh '. venv/bin/activate'
sh 'pip3 install -r requirements.txt'
}
}