Skip to content

Commit

Permalink
CLOUD-875 Combine xxx-latest and an xxx-version pipelines to use comm…
Browse files Browse the repository at this point in the history
…on Groovy code (#3041)

* Combine xxx-latest and an xxx-version pipelines to use common Groovy code

* Refactor Jenkins pipeline script to remove redundant commas in shell commands and simplify cluster runner names

* Refactor Jenkins scripts to remove redundant commas in shell command invocations

* Fix test report generation to correctly reference job name

* Fix test report generation to use correct string interpolation for job name

* update platform version checks for consistency and add .history to .gitignore

* Fix newline character in test report generation for consistency
  • Loading branch information
ptankov authored and vorsel committed Jan 7, 2025
1 parent 15e2b9f commit c2e3c60
Show file tree
Hide file tree
Showing 6 changed files with 2,445 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.terraform
*.tfstate*
.vscode
.history
Loading

0 comments on commit c2e3c60

Please sign in to comment.