Browse Source

Added Jenkinsfile

master
devops8f4d 8 months ago
parent
commit
9d95640ab5
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      Jenkinsfile

+ 9
- 1
Jenkinsfile View File

} }
} }


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


} }
} }


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

terraform apply -auto-approve'''
}
}

} }
} }

Loading…
Cancel
Save