Skip to content

Commit

Permalink
Merge pull request #165 from manheim/v5.1
Browse files Browse the repository at this point in the history
Release v5.1
  • Loading branch information
kmanning committed Oct 14, 2019
2 parents 74de97b + 86c7fe0 commit 53974cb
Show file tree
Hide file tree
Showing 1,708 changed files with 161 additions and 12,929 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.swp
.gradle

build
gradle
.idea
*.iml
/out
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

# v5.1

* [Issue #156](https://github.com/manheim/terraform-pipeline/issues/156) Remove and ignore the build directory
* [Issue #160](https://github.com/manheim/terraform-pipeline/issues/160) S3BackendPlugin - allow encryption of S3 state

# v5.0

* [Issue #132](https://github.com/manheim/terraform-pipeline/issues/132) OpenSource this project.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A reusable pipeline template to apply terraform configuration serially across mu
1. Create a Jenkinsfile in your terraform project and import the [version](https://github.com/manheim/terraform-pipeline/releases) of terraform-pipeline that you want to use. It's recommended that you always use the latest version.
```
// Jenkinsfile
@Library(['terraform-pipeline@v5.0']) _
@Library(['terraform-pipeline@v5.1']) _
```
2. Provide terraform-pipeline with a reference to the Jenkinsfile context, so it can do all of it's magic under the hood.
```
Expand Down Expand Up @@ -56,7 +56,7 @@ validate.then(deployQa)
7. From beginning to end, your Jenkinsfile should roughly look like this:

```
@Library(['terraform-pipeline@v5.0']) _
@Library(['terraform-pipeline@v5.1']) _
Jenkinsfile.init(this)
Expand Down Expand Up @@ -159,7 +159,7 @@ class Customizations {
5. Import your shared library and pass your Customization class to the [Jenkinsfile.init()](./src/Jenkinsfile.groovy#L67-L74) method. Like terraform-pipeline, it's a good practice to strictly control your customization library versions.
```
// Jenkinsfile
@Library(['terraform-pipeline@v5.0', 'terraform-pipeline-customizations@v1.0']) _
@Library(['terraform-pipeline@v5.1', 'terraform-pipeline-customizations@v1.0']) _
Jenkinsfile.init(this, Customizations)
...
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/AgentNodePlugin.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/AnsiColorPlugin.class
Binary file not shown.
Binary file removed build/classes/groovy/main/AwssumePlugin.class
Binary file not shown.
Binary file removed build/classes/groovy/main/BuildGraph.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/BuildStage.class
Binary file not shown.
Binary file removed build/classes/groovy/main/BuildStagePlugin.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/ConfirmApplyPlugin.class
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/ConsulBackendPlugin.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/CredentialsPlugin.class
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/CrqPlugin.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/FileParametersPlugin.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/Jenkinsfile.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/RegressionStage.class
Binary file not shown.
Binary file removed build/classes/groovy/main/RegressionStagePlugin.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/S3BackendPlugin.class
Binary file not shown.
Binary file removed build/classes/groovy/main/Stage.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/TerraformInitCommand.class
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/TerraformPlanCommand.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/main/WithAwsPlugin.class
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/AnsiColorPluginTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/AwssumePluginTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/BuildGraphTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/CrqPluginTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/JenkinsfileTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/RegressionStageTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/S3BackendPluginTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/classes/groovy/test/WithAwsPluginTest.class
Binary file not shown.
Binary file removed build/jacoco/test.exec
Binary file not shown.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions build/reports/jacoco/test/html/default/AnsiColorPlugin.groovy.html

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions build/reports/jacoco/test/html/default/AwssumePlugin.groovy.html

This file was deleted.

Loading

0 comments on commit 53974cb

Please sign in to comment.