This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
olivier
/
devops8f4d-cicd-lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
master
devops8f4d
8 months ago
parent
daeddacbf0
commit
4405c29ab5
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
Jenkinsfile
+ 8
- 0
Jenkinsfile
View File
@@ -26,5 +26,13 @@ terraform apply -auto-approve'''
}
}
stage('destroy') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform destroy -auto-approve'''
}
}
}
}
Write
Preview
Loading…
Cancel
Save