Skip to content

Commit 2f52b21

Browse files
committed
Remove some Jenkins references
1 parent 36a7858 commit 2f52b21

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

_data/initial-setup-how-it-works.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<li>Run services on Docker using EKS (Kubernetes) or ECS, or directly on EC2 Instances using ASGs</li>
99
<li>PostgreSQL, MySQL, SQL Server, Aurora, or other relational database</li>
1010
<li>Redis or Memcached</li>
11-
<li>CircleCI, GitLab, or Jenkins</li>
1211
<li>Bastion Host or OpenVPN</li>
1312
<li>Static content storage and serving</li>
1413
<li>Serverless functions</li>

_data/steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Fortunately, there's a solution: the Gruntwork <a href="/infrastructure-as-code-library/">Infrastructure as Code Library</a>
1212
(IaC Library) is a collection of reusable infrastructure code written in Terraform, Go, Bash, and Python that
1313
solves these 1,001 problems. Instead of reinventing the wheel, you can leverage 5+ years and 350,000+ lines of
14-
battle-tested code, including pre-built solutions for Kubernetes, MySQL, Postgres, Redis, OpenVPN, Jenkins, Lambda,
14+
battle-tested code, including pre-built solutions for Kubernetes, MySQL, Postgres, Redis, OpenVPN, Lambda,
1515
CloudWatch, Kafka, ELK, and more, all of which have been proven in production at
1616
<a href="/customers/">hundreds of companies</a>. To get an idea of how the library works before signing up, try out
1717
our <a href="/infrastructure-as-code-library/#open-source">open source modules</a> and check out

pages/index/_learn-more.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ <h2>Deploy your entire tech stack.</h2>
5555
Deploy your own tech stack by following our
5656
<a href="https://docs.gruntwork.io/docs/guides/build-it-yourself/overview/">deployment guides</a>, or have Gruntwork
5757
deploy a <a href="/reference-architecture">Reference Architecture</a> for
58-
you, giving you an end-to-end tech stack, 100% backed by code, in about 1
59-
day. You get to customize the tech stack to your needs, choosing from
60-
Kubernetes or ECS, MySQL or Postgres, Jenkins or CircleCI, and so on.
58+
you, giving you an end-to-end tech stack, 100% backed by code, in a few
59+
days. You get to customize the tech stack to your needs, choosing from
60+
Kubernetes or ECS, MySQL or Postgres, and so on.
6161
</p>
6262
<p>
6363
<a

pages/infrastructure-as-code-library/_search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Search:
55
</label>
66
<div class="col-sm-11">
7-
<input type="text" id="js-search-library" class="form-control" placeholder="E.g., Try searching for Kubernetes, Jenkins, Kafka, Lambda, etc..." data-hj-whitelist />
7+
<input type="text" id="js-search-library" class="form-control" placeholder="E.g., Try searching for Kubernetes, Kafka, Lambda, etc..." data-hj-whitelist />
88
<script>
99
window.libraryEntries = [
1010
{% for package in site.data.library %}

0 commit comments

Comments
 (0)