pipeline { agent any stages { stage('Pull') { steps { sh '''cd /var/www/ellpeck git pull''' } } } }