-
Notifications
You must be signed in to change notification settings - Fork 6
/
tools.html
37 lines (29 loc) · 1000 Bytes
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
---
<!DOCTYPE html>
<html>
<head>
<title>Codice: Tools</title>
{% include head.html %}
</head>
<body>
<div class="shadow-wrapper">
<div class="content-wrap">
{% include header.html %}
<div class="container">
<div class="main-content-wrap">
<h2>Codice Software Development Tools</h2>
<P>Some projects, while in incubation or under review for incubation may not be completely operational with the Codice tool set. But we'll get there.</P>
<UL>
<li><a href="http://jira.codice.org" target="_blank">Issue tracker</a></li>
<li><a href="https://codice.atlassian.net/wiki/spaces/CODICE/overview" target="_blank">Wiki</a></li>
<li><a href="https://jenkins.codice.org" target="_blank">Continuous Integration</a></li>
<li><a href="http://artifacts.codice.org/" target="_blank">Artifact repository</a></li>
</UL>
</div><!-- /main-content-wrap -->
</div><!-- /container -->
{% include footer.html %}
</div>
</div><!-- /shadow-wrapper -->
</body>
</html>