From 7a034f39ca450ad22b3bfc93aa1391b311514424 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Thu, 7 Jan 2021 15:47:30 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d32666..0f1dd44 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,8 @@ pipeline { python3 -m venv /tmp/jenkins-venv source /tmp/jenkins-venv/bin/activate pip install -U pytest setuptools setuptools-git-version - ls -R + git status + git tag python3 setup.py install pytest ''' @@ -15,4 +16,4 @@ pipeline { } } -} \ No newline at end of file +}