changes in file

This commit is contained in:
shikhar.s 2019-08-29 15:31:01 +05:30
parent f72adf1474
commit 32fdc5c2b3
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -189,6 +189,8 @@ pipeline {
sh """
#. venv/bin/activate
export PATH=${VIRTUAL_ENV}/bin:${PATH}
cd PyBitmessage
touch *.xml
make unittest || true
"""
}