Fix problem with environment
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
parent
52cde55418
commit
d5258e733a
|
@ -31,7 +31,7 @@ pipeline {
|
||||||
echo 'Create Python venv to work with robotframework'
|
echo 'Create Python venv to work with robotframework'
|
||||||
sh '''
|
sh '''
|
||||||
python3 -m venv robotframework
|
python3 -m venv robotframework
|
||||||
source venv/bin/activate
|
. robotframework/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue