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