updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-06-01 14:25:12 +08:00
parent ddcac393b6
commit 9d95154509

4
Jenkinsfile vendored
View File

@@ -17,11 +17,11 @@ pipeline {
steps {
echo "Running Setup..."
sh '. ~/.profile'
// sh '. ~/.profile'
// sh ". ${HOME}/.nvm/nvm.sh"
// sh "nvm use 8.12"
// sh "${HOME}/.pyenv/bin/pyenv activate crawlab"
sh "${HOME}/.pyenv/bin/pyenv activate crawlab"
sh '#source /home/yeqing/.profile'
}