Using Jenkins Pipelines to deploy terraform
eloycoto
Jenkins 2.0 was released a few weeks ago. One of the main problems that I use to had in Jenkins was multi-stages jobs, there was a plugin from Cloudbees but it was difficult to use. This new version implements pipelines based on a Jenkinsfile in the root of the project. This is easier, quicker and...