changes in script

This commit is contained in:
cis-kuldeep 2019-07-03 19:37:22 +05:30 committed by GitHub
parent 7ef2acc2d0
commit 6e061e198c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

5
Jenkinsfile vendored
View File

@ -9,9 +9,8 @@ pipeline {
stages {
stage('Build environment') {
steps {
sh '''source /home/cis/Desktop/ENV/pybitenv/bin/activate
pip install -r /home/cis/Desktop/Python/PyBitmessage/requirements.txt
'''
sh '''source /home/cis/Desktop/ENV/pybitenv/bin/activate'''
sh '''pip install -r /home/cis/Desktop/Python/PyBitmessage/requirements.txt'''
}
}
stage('Test environment') {