Browse Source

plan

master
devopsde80 8 months ago
parent
commit
5944ffee3d
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile View File

@@ -9,5 +9,13 @@ terraform init'''
}
}

stage('Plan') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home

terraform plan'''
}
}

}
}

Loading…
Cancel
Save