Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v5.1 #165

Merged
merged 11 commits into from
Oct 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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