File tree Expand file tree Collapse file tree
jenkins/master/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 ) )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import jenkins.model.Jenkins;
22import 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
77println (" \n Available values: " )
88for (FlowDurabilityHint maybeHint : FlowDurabilityHint . values()) {
You can’t perform that action at this time.
0 commit comments