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
0ba4efc53f
commit
9dd5494765
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
Jenkinsfile
+ 8
- 0
Jenkinsfile
View File
@@ -10,5 +10,13 @@ terraform init'''
}
}
stage('') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform plan'''
}
}
}
}
Write
Preview
Loading…
Cancel
Save