Skip to content

Commit

Permalink
Remove legacy plugin and modify pipeline durability (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
braisvq1996 committed May 9, 2023
1 parent 08c5f3e commit a36ca7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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))


Expand All @@ -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))
Expand Down
Expand Up @@ -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()) {
Expand Down
Binary file removed jenkins/master/configuration/plugins/bitbucket.hpi
Binary file not shown.

0 comments on commit a36ca7b

Please sign in to comment.