ci: path experiment III
This commit is contained in:
parent
597a7afa67
commit
4923ab8ef1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,8 +9,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
PATH = "/home/jenkins/.local/bin:${env.PATH}"
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'export PATH=~/.local/bin:$PATH'
|
|
||||||
sh 'pip install pip --upgrade --progress-bar off'
|
sh 'pip install pip --upgrade --progress-bar off'
|
||||||
sh 'pip install .[all] --progress-bar off'
|
sh 'pip install .[all] --progress-bar off'
|
||||||
sh 'pytest -v --junitxml=reports/result.xml'
|
sh 'pytest -v --junitxml=reports/result.xml'
|
||||||
|
Loading…
Reference in New Issue
Block a user