[FOLIO-2256] enable kube-deploy pipeline for platform-core modules Created: 11/Sep/19 Updated: 03/Jun/20 Resolved: 16/Sep/19 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | TBD |
| Reporter: | Ian Hardy | Assignee: | Ian Hardy |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci, devops, platform-backlog | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | CP: sprint 72 |
| Story Points: | 2 |
| Development Team: | Core: Platform |
| Description |
|
Enable kubedeploy on jenkins pipeline for all platform core backend modules. Cleanup is ready, all modules should be deployed when built. |
| Comments |
| Comment by Ian Hardy [ 12/Sep/19 ] |
|
Turning on kubeDeploy pipeline by setting doKubeDeploy to true. Set to false or do not define a value to stop kubernetes deployment. buildMvn {
publishModDescriptor = 'yes'
publishAPI = 'no'
mvnDeploy = 'yes'
doKubeDeploy = true
...
}
|