update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-06-30 11:35:13 -07:00
parent 09b775f503
commit 72a7d45b51
2 changed files with 39 additions and 1 deletions

37
work/gitea-5.html Normal file
View File

@ -0,0 +1,37 @@
<!doctype html>
<html>
<head>
<title>Zk | gitea-5</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | gitea-5</h1>
</header>
<article class="content">
<h1 id="how-to-set-up-jenkins-with-gitea">How to set up jenkins with gitea</h1>
<h2 id="introduction">Introduction</h2>
<h3 id="prerequisites">Prerequisites</h3>
<p>For this tutorial, you will need the following:</p>
<ul>
<li>A server set up running an installation of Gitea. For more information on how to run Gitea on your own server, see this tutorial on <a href="https://www.digitalocean.com/community/tutorials/how-to-install-gitea-on-ubuntu-using-docker">How To Install Gitea on Ubuntu Using Docker</a>, which will walk you through the steps of <a href="https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04">setting up your own Ubuntu server</a>, <a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04">Installing Docker</a>, <a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04#step-1-installing-docker-compose">Installing Docker Compose</a>, and then installing Gitea <a href=".html">on your own domain</a>.</li>
</ul>
<h2 id="step-1">Step 1 —</h2>
<h2 id="conclusion">Conclusion</h2>
</article>
<footer>
<p>Page generated on 2022-06-30</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>

View File

@ -25,10 +25,11 @@
<li><a href="gitea-2.html">Gitea 2</a></li>
<li><a href="gitea-3.html">Gitea 3</a></li>
<li><a href="gitea-4.html">Gitea 4</a></li>
<li><a href="gitea-5.html">Gitea 5</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2022-06-28</p>
<p>Page generated on 2022-06-30</p>
</footer>
</main>
<script type="text/javascript">