Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Question about cloning sample projects

Hi,

I  have a quick query about the use of Git for cloning sample projects.

I have a Git branch called [develop/feature-1.1.0] but it seems that I have to use [feature-1.1.0] as the “branch” value minus the [develop] portion.

For example,

"source": {
      "type": "git",
      "location": "https://<url to git repo>.git",
      "parameters": {
        "branch”:"feature-1.1.0"
      }
    },

If I use “develop/feature-1.1.0”, then the Git clone does not work.

Is this a bug in the Che Git plugin(s) or if there a subtle/limitation with using a Git branches in the cloning of a sample project?

Thanks in advance,

Andrew

Back to the top