Skip to content

Commit a36ca7b

Browse files
authored
Remove legacy plugin and modify pipeline durability (#1225)
1 parent 08c5f3e commit a36ca7b

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Memory malloc arena fix for Jenkins ([#1217](https://github.com/opendevstack/ods-core/pull/1217))
66
- Added webhook proxy feature to check for Jenkins availability ([#1221](https://github.com/opendevstack/ods-core/issues/1221))
77
- Add SonarQube Rust plugin ([#1220](https://github.com/opendevstack/ods-core/issues/1220))
8+
- Jenkins maintenance, set durability to max performance and remove legacy plugin ([#1225](https://github.com/opendevstack/ods-core/pull/1225))
89
- Bump helm-diff plugin version ([#1226](https://github.com/opendevstack/ods-core/issues/1226))
910

1011

@@ -17,6 +18,7 @@
1718
- Maintenance, update snyk to version 1.1097.0 ([#1203](https://github.com/opendevstack/ods-core/issues/1199))
1819
- Removal of Centos and deprecation of ODSBox ([#1209](https://github.com/opendevstack/ods-core/issues/1209))
1920

21+
2022
## [4.1.1] - 2022-11-24
2123

2224
- Fix CI/CD problems in Jenkins pipelines ([#1177](https://github.com/opendevstack/ods-core/pull/1177))

jenkins/master/configuration/init.groovy.d/flow-durability-hint.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import jenkins.model.Jenkins;
22
import org.jenkinsci.plugins.workflow.flow.*;
33

44
// See comments in https://github.com/opendevstack/ods-core/pull/1161
5-
FlowDurabilityHint fdh = FlowDurabilityHint.SURVIVABLE_NONATOMIC;
5+
FlowDurabilityHint fdh = FlowDurabilityHint.PERFORMANCE_OPTIMIZED;
66

77
println("\nAvailable values: ")
88
for (FlowDurabilityHint maybeHint : FlowDurabilityHint.values()) {
-248 KB
Binary file not shown.

0 commit comments

Comments
 (0)