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
07d3e839e2
commit
8977c3b792
1 changed files
with
3 additions
and
2 deletions
Split View
Show Diff Stats
3
2
Jenkinsfile
+ 3
- 2
Jenkinsfile
View File
@@ -1,9 +1,10 @@
pipeline {
agent any
stages {
stage('
Tes
t') {
stage('
Ini
t') {
steps {
echo 'This is a Test step.'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
}
}
Write
Preview
Loading…
Cancel
Save