Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates for sponsor page and replacing use of roadmap with 'futures' …
…in multiple places
  • Loading branch information
Ben Williams authored and Ben Williams committed Jan 21, 2019
1 parent 87bfb52 commit 5104f79
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 10 deletions.
8 changes: 7 additions & 1 deletion config.toml
Expand Up @@ -345,8 +345,14 @@ anchor = "smart"
url = "https://jenkins.io"

[[menu.global]]
name = "Security"
name = "Sponsors"
weight = 250
identifier = "sponsors"
url = "/sponsors/"

[[menu.global]]
name = "Security"
weight = 300
identifier = "security"
url = "/security/"

Expand Down
2 changes: 1 addition & 1 deletion content/about/_index.md
@@ -1,7 +1,7 @@
---
title: About Jenkins X
linktitle: Overview
description: Jenkins X's features, roadmap, license, and motivation.
description: Jenkins X's features, license, and motivation.
date: 2018-02-01
publishdate: 2018-02-01
lastmod: 2018-02-01
Expand Down
2 changes: 1 addition & 1 deletion content/about/decisions.md
Expand Up @@ -70,7 +70,7 @@ Taking this approach also means we will be able to support other pipeline engine

[Prow](https://github.com/kubernetes/test-infra/tree/master/prow) handles Git events and can trigger workflows in Kubernetes.

Prow can run in a highly available mode where multiple pods for a webhook ingress URL. In contrast with Jenkins if you perform an upgrade then Jenkins has some downtime where webhook events can be missed. This is on our roadmap and we hope to be available soon.
Prow can run in a highly available mode where multiple pods for a webhook ingress URL. In contrast with Jenkins if you perform an upgrade then Jenkins has some downtime where webhook events can be missed. This is in our future plans and we hope to be available soon.

## Nexus

Expand Down
4 changes: 2 additions & 2 deletions content/about/features.md
Expand Up @@ -104,6 +104,6 @@ To install an addon then use the [jx create addon](/commands/jx_create_addon/) c
jx create addon grafana
```

## Roadmap
## Futures

For a look at what features are coming soon please check out the [Jenkins X Roadmap](/contribute/roadmap/)
For a look at what features are coming soon please check out the [Jenkins X Futures](/contribute/roadmap/)
2 changes: 1 addition & 1 deletion content/contribute/_index.md
Expand Up @@ -28,5 +28,5 @@ Jenkins X relies heavily on the enthusiasm and participation of the open-source
* If you'd like to [contribute to the code](https://jenkins-x.io/contribute/development/) then try browse the [current issues](https://github.com/jenkins-x/jx/issues).
* we have marked issues [help wanted](https://github.com/jenkins-x/jx/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) or [good first issue](https://github.com/jenkins-x/jx/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) to save you hunting around too much
* in particular we would love help on getting Jenkins X [working well on windows](https://github.com/jenkins-x/jx/issues?q=is%3Aopen+is%3Aissue+label%3Awindows) or the [integrations with cloud services, git providers and issues trackers](https://github.com/jenkins-x/jx/issues?q=is%3Aissue+is%3Aopen+label%3Aintegrations)
* for more long term goals we've the [long term roadmap](https://jenkins-x.io/contribute/roadmap)
* for more long term goals see the [Jenkins X Futures](https://jenkins-x.io/contribute/roadmap) page
* we could always use more test cases and to improve test coverage!
2 changes: 1 addition & 1 deletion content/contribute/roadmap.md
Expand Up @@ -14,7 +14,7 @@ menu:
weight: 20
sections_weight: 20
draft: false
aliases: [/contribute/roadmap/]
aliases: [/contribute/roadmap/,/contribute/futures/]
categories: [fundamentals]
toc: true
---
Expand Down
2 changes: 1 addition & 1 deletion content/contribute/roadmap.zh.md
Expand Up @@ -14,7 +14,7 @@ menu:
weight: 20
sections_weight: 20
draft: false
aliases: [/contribute/roadmap/]
aliases: [/contribute/roadmap/,/contribute/futures/]
categories: [fundamentals, 基础]
toc: true
---
Expand Down
2 changes: 1 addition & 1 deletion content/news/changes-11-april-2018.md
Expand Up @@ -15,7 +15,7 @@ We announced [Jenkins X](https://jenkins.io/blog/2018/03/19/introducing-jenkins-

We've made a lot of progress and improvements! The rest of the blog goes into more detail.

But first I'd like to call out a few specific details from the [Roadmap](/contribute/roadmap/):
But first I'd like to call out a few specific details from the [Jenkins X Futures](/contribute/roadmap/):

* we now fully support GitHub and GitHub enterprise. BitBucket cloud and gitea is almost there too. Hopefully BitBucketServer and Gitlab are not too far away either. For more detail see [supporting different git servers](/developing/git/)
* For issue tracking we support GitHub, GitHub Enterprise and JIRA. For more detail see [supporting issue trackers](/developing/issues/)
Expand Down
2 changes: 1 addition & 1 deletion content/news/changes-27-april-2018.md
Expand Up @@ -23,7 +23,7 @@ Here's some of the main highlights:
* we now have a much more flexible mechanism of handling Secrets/Credentials so dealing with [other git providers is now much simpler](/contribute/roadmap/)
* we finally got lots more [architecture documentation](/architecture/) on how Jenkins X fits together.

The [roadmap has been updated](/contribute/roadmap/) to give a better feel for where we are.
The [Jenkins X Futures page has been updated](/contribute/roadmap/) to give a better feel for where we are.

Also if you are going to be at [KubeCon](https://kccnceu18.sched.com/) then please come to the session by [James Strachan on Jenkins X](https://kccnceu18.sched.com/event/Dquk?iframe=no) or pop by the CloudBees both and say hi!

Expand Down
23 changes: 23 additions & 0 deletions content/sponsors.md
@@ -0,0 +1,23 @@
---
title: Jenkins X Sponsors
linktitle: Sponsors
description:
date: 2019-01-21
publishdate: 2019-01-21
menu:
main:
weight: 01
weight: 01
sections_weight: 5
draft: false
slug:
toc: true
---

We thank the following organizations for their major commitments to support the Jenkins X project

## CloudBees

<img src="/images/sponsors/cb.svg" class="img-thumbnail">

* [CloudBees Jenkins X Support](https://www.cloudbees.com/products/jenkins-x-support)
11 changes: 11 additions & 0 deletions static/images/sponsors/cb.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5104f79

Please sign in to comment.