test jenkins

This commit is contained in:
s460930 2020-12-01 20:06:24 +01:00
parent 534a7865c4
commit fd1432e89a

2
Jenkinsfile vendored
View File

@ -4,7 +4,9 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'pwd'
sh 'cd rest-app'
sh 'pwd'
sh 'virtualenv venv'
sh '. venv/bin/activate'
sh 'pip3 install -r requirements.txt'