Browse Source

Added Jenkinsfile

master
oalegria182 1 month ago
parent
commit
8a9b62e6a9
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile View File

@@ -15,5 +15,12 @@ terraform plan'''
}
}

stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform apply -auto-approve'''
}
}

}
}

Loading…
Cancel
Save