mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated Jenkinsfile
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -17,10 +17,11 @@ pipeline {
|
||||
steps {
|
||||
echo "Running Setup..."
|
||||
|
||||
sh ". ${HOME}/.nvm/nvm.sh"
|
||||
sh "nvm use 8.12"
|
||||
sh 'source ~/.bashrc'
|
||||
// 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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user