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

@@ -18,7 +18,7 @@ terraform plan'''
stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform apply -auto-approve'''
terraform apply -auto-approve'''
}
}


Loading…
Cancel
Save