pipeline { agent any stages { stage('build') { steps { sh 'cd /home/lanhui/englishpal' } } } }