Browse Source

Added Jenkinsfile

master
devops0776 10 months ago
parent
commit
8977c3b792
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile View File

@@ -1,9 +1,10 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Init') {
steps {
echo 'This is a Test step.'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
}
}


Loading…
Cancel
Save