Browse Source

Added Jenkinsfile

master
devopsd246 1 year ago
parent
commit
a9ad703e10
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

stage('Apply') { stage('Apply') {
steps { steps {
sh '''export PATH=$PATH:/var/jenkins_home sh '''export PATH=$PATH:/var/jenkins_home
terraform apply -auto-approve'''
terraform apply -auto-approve'''
} }
} }



Loading…
Cancel
Save