Browse Source

Update Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
committed by GitHub
parent
commit
7a034f39ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Jenkinsfile

5
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 {
}
}
}
}

Loading…
Cancel
Save