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

Create v5.5 Release #203

Merged
merged 36 commits into from
Mar 18, 2020
Merged

Create v5.5 Release #203

merged 36 commits into from
Mar 18, 2020

Conversation

kmanning
Copy link
Collaborator

  • Issue #151 Fix CPS mismatch errors, reduce meta magic in Jenkinsfile.groovy and Stage decorations
  • Issue #194 Add support global tfvars files.
  • Issue #198 Fix using only TerraformEnvironmentStages
  • Issue #196 Fix defect - Excessive nested closures in Jenkinsfile.init. Drop support for deprecated Jenkinsfile.init(this,env)

dkolb and others added 30 commits February 19, 2020 14:21
groovy.lang.MissingPropertyException: No such property: nextStage for class: TerraformEnvironmentStage
fix error with not using validate stage
Issue 196: Fix defect - Excessive nested closures in Jenkinsfile.init
Add support for global tfvar files. (#194)
Issue 151 - Fix CPS mismatch errors, reduce meta magic in Jenkinsfile.groovy and Stage decorations
@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

Merging #203 into master will increase coverage by 5.38%.
The diff coverage is 65.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
+ Coverage   52.77%   58.16%   +5.38%     
==========================================
  Files          31       32       +1     
  Lines         775      729      -46     
  Branches      210      201       -9     
==========================================
+ Hits          409      424      +15     
+ Misses        282      222      -60     
+ Partials       84       83       -1
Impacted Files Coverage Δ
src/StageDecorations.groovy 100% <100%> (ø)
src/Jenkinsfile.groovy 18.36% <100%> (+1.41%) ⬆️
src/TerraformEnvironmentStage.groovy 53.12% <30%> (+8.38%) ⬆️
src/BuildStage.groovy 24.13% <40%> (+12.23%) ⬆️
src/TerraformValidateStage.groovy 19.04% <40%> (+4.34%) ⬆️
src/RegressionStage.groovy 37.83% <40%> (+11.83%) ⬆️
src/TfvarsFilesPlugin.groovy 94.11% <91.66%> (-5.89%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00e3eed...cc3683f. Read the comment docs.

@kmanning kmanning merged commit 8358b57 into master Mar 18, 2020
@kmanning kmanning mentioned this pull request Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants