pipeline { stages { stage('Build') { steps { sh 'env' } } } }