fabric8-pipeline-library
fabric8-pipeline-library copied to clipboard
Fabric8 Pipeline for Jenkins
this looks a really nice tool for helping to recognise contributors on open source projects; https://github.com/kentcdodds/all-contributors would be nice to integrate into all github based CI / CD pipelines to...
related to the check function here https://github.com/fabric8io/fabric8-pipeline-library/issues/246 when starting a build, we should check the %age of disk free. If its, say, less than 20% free we should clear the...
right now its easy to run out of PV space for your `/root/.mvnrepository/` directory. So it'd be nice if we had a little function in the pipeline library that would...
Right now a Pipeline could fail to get a new version of a pod running in an enviroment (e.g. the pod never becomes ready - maybe due to quota issues...
we'd need a `workItemPlannerApprove()` function we could use in pipelines - along with maybe a configuration option on the `fabric8-pipelines ConfigMap` to know if we should use planner or stick...
there's a number of maven plugins and tools out there for generating release notes based on git commit history and fixed issues on github etc. Here's some of them: *...
background: http://rhelblog.redhat.com/2017/05/11/skopeo-copy-to-the-rescue/ related: * https://trello.com/c/8nTMn9fV
So I'm loving the github release notes we generate for npm projects: https://github.com/fabric8-ui/fabric8-runtime-console/releases e.g. if a project is using the Conventional Commits (http://conventionalcommits.org/) format for commit messages then we can...
The following assumption in the code is not true in any of the OpenShift deployments I have tried def findTagSha(OpenShiftClient client, String imageStreamName, String namespace) { ... // latest tag...
When I have a pipeline without any hubot configured I still see: ``` [Pipeline] hubotApprove Hubot sending to room fabric8_default => Would you like to promote version 2.0.1 to the...