${component.artifactId} |
<#if component.attributes.gitRepoStatus??>
${component.attributes.gitRepoStatus}
<#if component.attributes.snapshotScmUrl?? && component.attributes.isGitRepo >
#if>
<#if component.attributes.gitRepoStatus gt -1 && component.attributes.gitRepoStatus lt 3>
<#if component.attributes.gitPlatform == "github"><#assign githubDanger = githubDanger + 1>#if>
<#if component.attributes.gitPlatform == "gitlab"><#assign gitlabDanger = gitlabDanger + 1>#if>
#if>
<#if component.attributes.gitRepoStatus == 3 >
<#if component.attributes.gitPlatform == "github"><#assign githubWarning = githubWarning + 1>#if>
<#if component.attributes.gitPlatform == "gitlab"><#assign gitlabWarning = gitlabWarning + 1>#if>
#if>
<#if component.attributes.gitRepoStatus == 4 >
<#if component.attributes.gitPlatform == "github"><#assign githubOk = githubOk + 1>#if>
<#if component.attributes.gitPlatform == "gitlab"><#assign gitlabOk = gitlabOk + 1>#if>
#if>
<#if component.attributes.snapshotScmUrl?? && component.attributes.snapshotScmUrl?contains("git")>
#if>
#if>
|
${component.attributes.gitGroup!""} |
<#if component.attributes.branchesList??>
<#list component.attributes.branchesList as branch>
${branch}
#list>
#if>
|
<#if component.attributes.gitRepoStatus?? && component.attributes.hasReadme?? >
<#if !component.attributes.hasReadme && component.attributes.gitRepoStatus gt 0>
1
<#assign readmeDanger = readmeDanger +1 />
#if>
<#if component.attributes.hasReadme && component.attributes.gitRepoStatus gt 0>
2
<#assign readmeOk = readmeOk +1 />
#if>
#if>
|
<#if component.attributes.pullRequests?? && component.attributes.pullRequests gt 0>
${component.attributes.pullRequests}
#if>
|
<#if component.attributes.snapshotScmUrl?? && component.attributes.snapshotScmUrl?contains(".git")>
#if>
<#if component.attributes.snapshotScmUrl?? && component.attributes.snapshotScmUrl?contains("svn")>
#if>
${component.attributes.snapshotVersion!"Not found"}
|
<#if component.attributes.scmUrl?? && component.attributes.scmUrl?contains("git")>
#if>
<#if component.attributes.scmUrl?? && component.attributes.scmUrl?contains("svn")>
#if>
${component.version}
|
${component.attributes.snapshotParentPomVersion!"Not found"} |
${component.attributes.parentPomVersion!"Not found"} |
${component.attributes.snapshotCoreVersion!"Not found"} |
${component.attributes.coreVersion!"Not found"} |
${component.attributes.sonarNbLines!"Not found"} |
<#attempt>
<#if component.attributes.sonarRci??>
<#assign nb = "${component.attributes.sonarRci!'0'}"?replace("%", "")?number>
<#else>
<#assign nb = 0 >
#if>
<#if nb gte "${rci_color_success}"?number>
<#assign RCIOk = RCIOk + 1>
<#elseif nb gte "${rci_color_warning}"?number && nb lt "${rci_color_success}"?number>
<#assign RCIWarning = RCIWarning + 1>
<#else>
<#assign RCIDanger = RCIDanger + 1>
#if>
${nb}
<#recover>
Not found
#attempt>
|
<#if component.attributes.jiraStatus ??>
<#if component.attributes.jiraStatus == 0 >
1
<#assign jiraDanger = jiraDanger + 1>
#if>
<#if component.attributes.jiraStatus == 1 >
2
<#assign jiraWarning = jiraWarning + 1>
#if>
<#if component.attributes.jiraStatus == 2 >
3
<#assign jiraOk = jiraOk + 1>
#if>
#if>
|
${component.attributes.jiraLastUnreleasedVersion!"Not found"}
|
<#if component.attributes.jiraIssuesCount?? && component.attributes.jiraUnresolvedIssuesCount ??>
<#assign fixed = component.attributes.jiraIssuesCount - component.attributes.jiraUnresolvedIssuesCount />
<#assign unresolved = component.attributes.jiraUnresolvedIssuesCount />
<#else>
<#assign fixed = 0 />
<#assign unresolved = 0 />
#if>
${fixed}
<#if unresolved == 0>
${unresolved}
<#else>
${unresolved}
#if>
|
<#if fixed gt 0 && unresolved == 0>
1
<#else>
0
#if>
|
${component.attributes.jenkinsStatus!''}
|
en
fr
|