pipeline { agent any stages { stage('Init') { steps { sh '''export PATH=$PATH:/var/jenkins_home terraform init''' } } } }