Skip to content

Enhancements + BugFixes + Improved Testing

Compare
Choose a tag to compare
@kmanning kmanning released this 17 Feb 21:13
· 247 commits to master since this release
21188a3
  • Issue #172 Feature: ConditionalApplyPlugin - can allow apply for specific environments on all branches/PRs.
  • Issue #329 Feature: ConditionalApplyPlugin - can be disabled to allow apply on all branches/PRs.
  • Issue #320 Bug Fix: GithubPRPlugin should stop on plan errors, and display error to the user.
  • Issue #331 Bug Fix: terraform-pipeline should be usable even if Docker-Pipeline-plugin is not installed (and Docker featuers are not used)
  • Issue #335 Testing: Rename DummyJenkinsfile to MockWorkflowScript to better distinguish Jenkinsfile references.
  • Issue #271 Testing: Cleanup Test resets for any static state. New Resettable and ResetStaticStateExtension available.
  • Issue #332 Testing: Junit 4 to 5.7, upgrade hamcrest from 1.3 to 2.2, remove junit-hierarchicalcontextrunner dependency