This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
oalegria182
/
devopse1d4
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
master
oalegria182
1 month ago
parent
4ce61b302b
commit
d229fcc49f
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
Jenkinsfile
+ 7
- 0
Jenkinsfile
View File
@@ -8,5 +8,12 @@ terraform init'''
}
}
stage('Plan') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform plan'''
}
}
}
}
Write
Preview
Loading…
Cancel
Save