changes in script
This commit is contained in:
parent
7ef2acc2d0
commit
6e061e198c
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -9,9 +9,8 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build environment') {
|
stage('Build environment') {
|
||||||
steps {
|
steps {
|
||||||
sh '''source /home/cis/Desktop/ENV/pybitenv/bin/activate
|
sh '''source /home/cis/Desktop/ENV/pybitenv/bin/activate'''
|
||||||
pip install -r /home/cis/Desktop/Python/PyBitmessage/requirements.txt
|
sh '''pip install -r /home/cis/Desktop/Python/PyBitmessage/requirements.txt'''
|
||||||
'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test environment') {
|
stage('Test environment') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user