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