Richard Neumann
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Jenkinsfile
|
@ -6,7 +6,7 @@ pipeline { |
|
|
sh '''mkdir -p /tmp/jenkins-venv |
|
|
sh '''mkdir -p /tmp/jenkins-venv |
|
|
python3 -m venv /tmp/jenkins-venv |
|
|
python3 -m venv /tmp/jenkins-venv |
|
|
source /tmp/jenkins-venv/bin/activate |
|
|
source /tmp/jenkins-venv/bin/activate |
|
|
pip install -U pytest |
|
|
pip install -U pytest setuptools setuptools-git-version |
|
|
python3 setup.py install |
|
|
python3 setup.py install |
|
|
pytest |
|
|
pytest |
|
|
''' |
|
|
''' |
|
|