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