This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
olivier
/
devops8f4d-cicd-lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
master
devops8f4d
8 months ago
parent
dcfc77a1a0
commit
0ba4efc53f
1 changed files
with
5 additions
and
2 deletions
Split View
Show Diff Stats
5
2
Jenkinsfile
+ 5
- 2
Jenkinsfile
View File
@@ -1,9 +1,12 @@
pipeline {
agent any
stages {
stage('
Tes
t') {
stage('
Ini
t') {
steps {
echo 'Hi'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
}
}
Write
Preview
Loading…
Cancel
Save