Repository: qpid-site
Updated Branches:
  refs/heads/asf-site f350f526a -> 6053d228c


QPID-8154: Add a CI badge for Qpid Python


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/6053d228
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/6053d228
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/6053d228

Branch: refs/heads/asf-site
Commit: 6053d228c30ccdabb872d4a34561f12439054bd6
Parents: f350f52
Author: Justin Ross <[email protected]>
Authored: Sat Apr 21 14:49:56 2018 -0700
Committer: Justin Ross <[email protected]>
Committed: Sat Apr 21 14:49:56 2018 -0700

----------------------------------------------------------------------
 content/dashboard.html   | 2 +-
 input/_transom_config.py | 6 ++++++
 input/dashboard.md       | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6053d228/content/dashboard.html
----------------------------------------------------------------------
diff --git a/content/dashboard.html b/content/dashboard.html
index 2877678..32b02a1 100644
--- a/content/dashboard.html
+++ b/content/dashboard.html
@@ -192,7 +192,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
   <td><a 
href="https://github.com/apache/qpid-python/blob/master/README.md";>Qpid 
Python</a></td>
   <td><a href="/releases/qpid-python-1.37.0">1.37.0</a></td>
   <td><a href="https://issues.apache.org/jira/projects/QPID";>Summary</a> 
&#x2022; <a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+resolution+is+null+and+component+in+%28%22Python+Client%22%2C+%22Python+Examples%22%2C+%22Python+Test+Suite%22%29";>Open
 issues</a> &#x2022; <a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+component+in+%28%22Python+Client%22%2C+%22Python+Examples%22%2C+%22Python+Test+Suite%22%29";>All
 issues</a> &#x2022; <a 
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12310520";>Create
 issue</a></td>
-  <td>-</td>
+  <td><a 
href="https://builds.apache.org/blue/organizations/jenkins/qpid-python/activity";><img
 src="https://builds.apache.org/buildStatus/icon?job=qpid-python/master"; 
height="20"/></a></td>
   <td><a 
href="https://git-wip-us.apache.org/repos/asf/qpid-python.git";>Git</a> &#x2022; 
<a href="https://github.com/apache/qpid-python";>GitHub</a></td>
 </tr>
 <tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6053d228/input/_transom_config.py
----------------------------------------------------------------------
diff --git a/input/_transom_config.py b/input/_transom_config.py
index e8e3754..27a321c 100644
--- a/input/_transom_config.py
+++ b/input/_transom_config.py
@@ -125,6 +125,12 @@ def asf_jenkins_badge(job_key):
 
     return "<a href=\"{}\"><img src=\"{}\" 
height=\"20\"/></a>".format(job_url, image_url)
 
+def asf_jenkins_pipeline_badge(job_key, branch="master"):
+    job_url = 
"https://builds.apache.org/blue/organizations/jenkins/{}/activity".format(job_key)
+    image_url = 
"https://builds.apache.org/buildStatus/icon?job={}/{}".format(job_key, branch)
+
+    return "<a href=\"{}\"><img src=\"{}\" 
height=\"20\"/></a>".format(job_url, image_url)
+
 def travis_ci_badge(party_key, job_key, branch="master"):
     job_url = "https://travis-ci.org/{}/{}".format(party_key, job_key)
     image_url = "https://travis-ci.org/{}/{}.svg?branch={}".format(party_key, 
job_key, branch)

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/6053d228/input/dashboard.md
----------------------------------------------------------------------
diff --git a/input/dashboard.md b/input/dashboard.md
index 700bde5..e271467 100644
--- a/input/dashboard.md
+++ b/input/dashboard.md
@@ -40,7 +40,7 @@
 | [Qpid JMS]({{site_url}}/components/jms/index.html)                         | 
{{jms_release.brief_link}} | {{dashboard_asf_jira_links("QPIDJMS", 12314524)}} 
| {{asf_jenkins_badge("Qpid-JMS-Test-JDK8")}} {{travis_ci_badge("apache", 
"qpid-jms")}} {{asf_jenkins_badge("Qpid-JMS-Test-JDK8-Windows")}} | 
{{dashboard_asf_git_links("qpid-jms")}} |
 | [Qpid Proton-J]({{site_url}}/proton/index.html)                            | 
{{proton_j_release.brief_link}} | {{dashboard_asf_jira_links("PROTON", 
12313720, ["proton-j"])}} | {{asf_jenkins_badge("Qpid-proton-j")}} | 
{{dashboard_asf_git_links("qpid-proton-j")}} |
 | [Qpid Proton]({{site_url}}/proton/index.html)                              | 
{{proton_release.brief_link}} | {{dashboard_asf_jira_links("PROTON", 
12313720)}} | {{asf_jenkins_badge("Qpid-proton-c")}} 
{{travis_ci_badge("apache", "qpid-proton")}} | 
{{dashboard_asf_git_links("qpid-proton")}} |
-| [Qpid Python](https://github.com/apache/qpid-python/blob/master/README.md) | 
{{python_release.brief_link}} | {{dashboard_asf_jira_links("QPID", 12310520, 
["Python Client", "Python Examples", "Python Test Suite"])}} | - | 
{{dashboard_asf_git_links("qpid-python")}} |
+| [Qpid Python](https://github.com/apache/qpid-python/blob/master/README.md) | 
{{python_release.brief_link}} | {{dashboard_asf_jira_links("QPID", 12310520, 
["Python Client", "Python Examples", "Python Test Suite"])}} | 
{{asf_jenkins_pipeline_badge("qpid-python")}} | 
{{dashboard_asf_git_links("qpid-python")}} |
 | [Qpid Site](https://github.com/apache/qpid-site/blob/asf-site/README.md)   | 
- | {{dashboard_asf_jira_links("QPID", 12310520, ["Website"])}} | 
{{travis_ci_badge("apache", "qpid-site", "asf-site")}} | 
{{dashboard_asf_git_links("qpid-site")}} |
 
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to