Skip to content

Commit

Permalink
restored public defaults @ apache.org
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-junkietech committed Mar 26, 2015
1 parent 2af1917 commit 463ab36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
icon="/download/resources/${project.groupId}.${project.artifactId}/images/sonarStatusIcon.png">
<category name="visuals" />
<parameters>
<parameter name="host" type="string" required="true" default="http://itq.bvch.ch/sonar"/>
<parameter name="resourceId" type="string" required="true" default="ch.baloise.testing.st:gwpc-st-TEST">
<parameter name="host" type="string" required="true" default="https://analysis.apache.org"/>
<parameter name="resourceId" type="string" required="true" default="org.apache.cxf:cxf">
<option key="showNameInPlaceholder" value="false" />
<option key="showValueInPlaceholder" value="true" />
</parameter>
Expand All @@ -40,8 +40,8 @@
icon="/download/resources/${project.groupId}.${project.artifactId}/images/jenkinsStatusIcon.png">
<category name="visuals" />
<parameters>
<parameter name="host" type="string" required="true" default="http://svx-build04.bvch.ch:8080"/>
<parameter name="jobName" type="string" required="true" default="PolicyCenter_CI">
<parameter name="host" type="string" required="true" default="https://builds.apache.org"/>
<parameter name="jobName" type="string" required="true" default="OpenNLP">
<option key="showNameInPlaceholder" value="false" />
<option key="showValueInPlaceholder" value="true" />
</parameter>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SonarTestStatusMacro.host=http://itq.bvch.ch/sonar
SonarTestStatusMacro.host=https://analysis.apache.org
SonarTestStatusMacro.label=
SonarTestStatusMacro.period=0
SonarTestStatusMacro.resourceId=ch.baloise.testing.st:gwpc-st-TEST
SonarTestStatusMacro.resourceId=org.apache.cxf:cxf
SonarTestStatusMacro.showDetails=true
SonarTestStatusMacro.simpleThresholdModel=false
SonarTestStatusMacro.threshold1=1.0
Expand All @@ -12,8 +12,8 @@ SonarTestStatusMacro.inclSkippedTests=false
SonarTestStatusMacro.applyOutlineStyle=false
SonarTestStatusMacro.fontSize=

JenkinsJobStatusMacro.host=http://svx-build04.bvch.ch:8080
JenkinsJobStatusMacro.jobName=PolicyCenter_CI
JenkinsJobStatusMacro.host=https://builds.apache.org
JenkinsJobStatusMacro.jobName=OpenNLP
JenkinsJobStatusMacro.label=
JenkinsJobStatusMacro.period=0
JenkinsJobStatusMacro.showDetails=true
Expand Down

0 comments on commit 463ab36

Please sign in to comment.