diff --git a/CHANGELOG.md b/CHANGELOG.md index 35346e0ac..c272ddb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Memory malloc arena fix for Jenkins ([#1217](https://github.com/opendevstack/ods-core/pull/1217)) - Added webhook proxy feature to check for Jenkins availability ([#1221](https://github.com/opendevstack/ods-core/issues/1221)) - Add SonarQube Rust plugin ([#1220](https://github.com/opendevstack/ods-core/issues/1220)) +- Jenkins maintenance, set durability to max performance and remove legacy plugin ([#1225](https://github.com/opendevstack/ods-core/pull/1225)) - Bump helm-diff plugin version ([#1226](https://github.com/opendevstack/ods-core/issues/1226)) @@ -17,6 +18,7 @@ - Maintenance, update snyk to version 1.1097.0 ([#1203](https://github.com/opendevstack/ods-core/issues/1199)) - Removal of Centos and deprecation of ODSBox ([#1209](https://github.com/opendevstack/ods-core/issues/1209)) + ## [4.1.1] - 2022-11-24 - Fix CI/CD problems in Jenkins pipelines ([#1177](https://github.com/opendevstack/ods-core/pull/1177)) diff --git a/jenkins/master/configuration/init.groovy.d/flow-durability-hint.groovy b/jenkins/master/configuration/init.groovy.d/flow-durability-hint.groovy index 212ee002c..6dff6bfe1 100644 --- a/jenkins/master/configuration/init.groovy.d/flow-durability-hint.groovy +++ b/jenkins/master/configuration/init.groovy.d/flow-durability-hint.groovy @@ -2,7 +2,7 @@ import jenkins.model.Jenkins; import org.jenkinsci.plugins.workflow.flow.*; // See comments in https://github.com/opendevstack/ods-core/pull/1161 -FlowDurabilityHint fdh = FlowDurabilityHint.SURVIVABLE_NONATOMIC; +FlowDurabilityHint fdh = FlowDurabilityHint.PERFORMANCE_OPTIMIZED; println("\nAvailable values: ") for (FlowDurabilityHint maybeHint : FlowDurabilityHint.values()) { diff --git a/jenkins/master/configuration/plugins/bitbucket.hpi b/jenkins/master/configuration/plugins/bitbucket.hpi deleted file mode 100644 index c7fca9b49..000000000 Binary files a/jenkins/master/configuration/plugins/bitbucket.hpi and /dev/null differ