Quickstart examples for fabric8
the first part of https://github.com/kedgeproject/kedge/issues/332
copy/paste from #332:
creating a fork of a quickstart - such as for .Net or go:
- https://github.com/fabric8-quickstarts/dotnet-example
- https://github.com/fabric8-quickstarts/golang-example
then adding a sample pipeline:
- .net https://github.com/fabric8io/fabric8-jenkinsfile-library/blob/master/dotnet/ReleaseStageApproveAndPromote/Jenkinsfile
- go https://github.com/fabric8io/fabric8-jenkinsfile-library/blob/master/golang/ReleaseStageApproveAndPromote/Jenkinsfile
then trying to import it into a fabric8 installation on minikube/minishift via the import UI.
Golang example work in progress : https://github.com/kadel/golang-example/
While working on this I found a couple of OSIO issues:
- https://github.com/openshiftio/openshift.io/issues/1300
- https://github.com/openshiftio/openshift.io/issues/1315
And fabric8-pipeline-library issue:
- https://github.com/fabric8io/fabric8-pipeline-library/pull/360
After some troubles and with workarounds I have first working Pipeline for golang example (without Kedge) - https://github.com/kadel/golang-example
Started working on .NET example https://github.com/kadel/dotnet-example