Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:WTPProjectTable"

(Usage)
Line 25: Line 25:
 
| [https://git.eclipse.org/r/#/q/project:{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}} gerrit]
 
| [https://git.eclipse.org/r/#/q/project:{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}} gerrit]
 
| [https://hudson.eclipse.org/webtools/job/webtools-{{{1}}}-gerrit_master/ master]
 
| [https://hudson.eclipse.org/webtools/job/webtools-{{{1}}}-gerrit_master/ master]
| <source lang="bash">git clone ssh://${GITUSER}@git.eclipse.org:29418/{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}}.git</source>
+
| git clone ssh://${GITUSER}@git.eclipse.org:29418/{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}}.git
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Revision as of 15:44, 8 December 2017

Table template for listing WTP project metadata

Usage

  • 1 = project name, eg., common, servertools, dali
  • 2 = parent folder in git, eg., webtools-common, servertools, dali


Back to the top