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"

 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
 
* 1 = project name, eg., common, servertools, dali
 
* 1 = project name, eg., common, servertools, dali
* 2 = parent folder in git, eg., webtools-common, servertools, dali
+
* 2 = parent folder in git, eg., webtools-common, servertools, dali (if not set, use 1)
 +
* 3 = number of tests (if not set, blank)
 +
* 4 = status colour (if not set, blank)
  
</noinclude><includeonly>{|{| class="wikitable"
+
</noinclude><includeonly>{|{| class="wikitable mw-collapsible"
 
|-
 
|-
 
! Project
 
! Project
! {{#if: {{{3|}}} | Status | }}
+
! Status
 
! Browse Git
 
! Browse Git
 
! p2 Repo
 
! p2 Repo
Line 19: Line 21:
 
|-
 
|-
 
| [https://projects.eclipse.org/projects/webtools.{{{1}}}/who {{{1}}}]
 
| [https://projects.eclipse.org/projects/webtools.{{{1}}}/who {{{1}}}]
| {{#if: {{{3|}}} | <b style="color: {{{3}}}">{{{3}}}</b> | }}
+
| {{#if: {{{4|}}} | <b style="color: {{{4}}}">{{{4}}}</b> | ? }}
 
| [http://git.eclipse.org/c/{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}}.git/ git] [https://git.eclipse.org/r/plugins/gitiles/{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}} gitiles]
 
| [http://git.eclipse.org/c/{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}}.git/ git] [https://git.eclipse.org/r/plugins/gitiles/{{#if: {{{2|}}} | {{{2}}} | {{{1}}} }}/webtools.{{{1}}} gitiles]
 
| [https://hudson.eclipse.org/webtools/job/webtools-{{{1}}}_R3_10/lastSuccessfulBuild/artifact/site/target/repository/ lastSuccessfulBuild]
 
| [https://hudson.eclipse.org/webtools/job/webtools-{{{1}}}_R3_10/lastSuccessfulBuild/artifact/site/target/repository/ lastSuccessfulBuild]
| [https://hudson.eclipse.org/webtools/job/webtools-{{{1}}}_R3_10/lastSuccessfulBuild/testReport/ 232 tests]
+
| [https://hudson.eclipse.org/webtools/job/webtools-{{{1}}}_R3_10/lastSuccessfulBuild/testReport/ {{{3}}} tests]
 
| [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>

Latest revision as of 00:26, 25 October 2018

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 (if not set, use 1)
  • 3 = number of tests (if not set, blank)
  • 4 = status colour (if not set, blank)


Back to the top