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