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