This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
devopsef53
/
devopsef53-cicd-lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
master
devopsef53
4 months ago
parent
1d5fe7ed15
commit
525e578d4d
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
Jenkinsfile
+ 1
- 1
Jenkinsfile
View File
stage('Destroy') {
stage('Destroy') {
steps {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
sh '''export PATH=$PATH:/var/jenkins_home
terraform destroy'''
terraform destroy
-auto-approve
'''
}
}
}
}
Write
Preview
Loading…
Cancel
Save