diff --git a/Jenkinsfile b/Jenkinsfile index a4f4b7f..6b1a2a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,6 +97,7 @@ pipeline { pip3 --version python --version python -m pip install pip + cp ~/.bashrc ~/.bashrc_bak echo 'if [ -d "$HOME/.local/bin" ] ; then' >> ~/.bashrc echo ' PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc echo 'fi' >> ~/.bashrc