Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@tobias-richter tobias-richter released this 17 Sep 13:03
· 272 commits to master since this release

❗️ Please note that starting with 1.2.0 the Jenkins Pipeline Library needs some signatures to be whitelisted in the script approvals since workflow-support 1.18+ does not allow static method or field access anymore. For more details see requirements.md.

Added

  • Compatibility to
    • workflow-support 2.18+ and
    • script-security 1.44+
  • Added more integration tests to cover most of the pipeline library functionality to detect upcoming sandbox changes faster.
  • Introduced integrationTestUtils.assertNotEquals(expected, actual, String msg = null)
  • Introduced integrationTestUtils.assertNull(actual, String msg = null)
  • Introduced integrationTestUtils.assertTrue(actual, String msg = null)
  • Introduced assertFalse(actual, String msg = null)
  • Removing of managed shell script after execution in managedScripts.groovy

Fixes

Changed

Deprecated