[MDBF-437] Auto-pass build properties to install/upgrade scripts Created: 2022-06-20 Updated: 2022-07-18 Resolved: 2022-07-18 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Vlad Bogolin | Assignee: | Vlad Bogolin |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | buildbot | ||
| Remaining Estimate: | 3h | ||
| Time Spent: | 1h | ||
| Original Estimate: | 0.5d | ||
| Description |
|
Currently, the properties are passed manually to the scripts. This is a tedious process and often some of them are forgotten. We need to pass the properties automatically. Use a prefix like ENV_, for all properties that need to be passed to various scripts and pass them automatically. |