kedge icon indicating copy to clipboard operation
kedge copied to clipboard

Quickstart examples for fabric8

Open kadel opened this issue 8 years ago • 4 comments

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.

kadel avatar Nov 01 '17 14:11 kadel

Golang example work in progress : https://github.com/kadel/golang-example/

kadel avatar Nov 06 '17 16:11 kadel

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

kadel avatar Nov 14 '17 11:11 kadel

After some troubles and with workarounds I have first working Pipeline for golang example (without Kedge) - https://github.com/kadel/golang-example

kadel avatar Nov 16 '17 16:11 kadel

Started working on .NET example https://github.com/kadel/dotnet-example

kadel avatar Nov 27 '17 14:11 kadel