Skip to content

Commit

Permalink
Merge pull request #1496 from jstrachan/jx-update
Browse files Browse the repository at this point in the history
first spike of a blog on Jenkins X: 24 days later
  • Loading branch information
bitwiseman committed Apr 13, 2018
2 parents c418d96 + ef2e9dd commit 6c6784e
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions content/blog/2018/04/2018-04-13-jenkins-x-23-days-later.adoc
@@ -0,0 +1,52 @@
---
layout: post
title: "Jenkins X making awesome progress after 24 days"
tags:
- jenkins-x
- kubernetes
- pipeline
author: jstrachan
---

Its been 24 days since we
link:https://jenkins.io/blog/2018/03/19/introducing-jenkins-x/[announced Jenkins X],
a CI/CD solution for modern cloud applications on Kubernetes.
I'm truly blown away by the response and feedback from the community - thank you!

We've also had lots of folks report they've successfully used link:http://jenkins-x.io/[Jenkins X]
on a number of clouds including GKE, AWS and AKS along with on premise clusters which is great to hear!

Here's a brief overview of the changes in the last 24 days from the
link:http://jenkins-x.io/contribute/roadmap/[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
link:http://jenkins-x.io/developing/git/[supporting different git servers]
* For issue tracking we support GitHub, GitHub Enterprise and JIRA. For more detail see
link:http://jenkins-x.io/developing/issues/[supporting issue trackers]
* Gradle support is now available from link:http://jenkins-x.io/developing/create-spring/[jx create spring]
or by importing gradle apps
* Go, Node and Rust build packs are now available with more link:http://jenkins-x.io/contribute/roadmap/[planned]
* New _addons_ for link:https://anchore.com/[anchore] and link:http://kubeless.io/[kubeless]

Also we've made it a little bit easier to keep your `jx` binary up to date _continuously_. Just type one of the following:

* `link:http://jenkins-x.io/commands/jx_version/[jx version]` will prompt you if there is a new version available
and if prompted, it will upgrade itself
* `link:http://jenkins-x.io/commands/jx_upgrade_cli/[jx upgrade cli]` will upgrade the `jx` binary if its available or
`link:http://jenkins-x.io/commands/jx_upgrade_platform/[jx upgrade platform]` for the platform


For more detail on the changes over the last 24 days with metrics please see the
link:http://jenkins-x.io/news/changes-april-11-2018/[changelog generated by Jenkins X]

We'd love to hear your feedback what you think of
link:http://jenkins-x.io/[Jenkins X] and the
link:http://jenkins-x.io/contribute/roadmap/[Roadmap] - please
link:http://jenkins-x.io/community/[join the community].

== Links

* link:http://jenkins-x.io/[Jenkins X website]
* link:http://jenkins-x.io/demos/[Demos]
* link:https://github.com/jenkinsci/jep/tree/master/jep/400[Jenkins X JEP proposal]

0 comments on commit 6c6784e

Please sign in to comment.