{"id":2675,"date":"2020-02-07T09:19:53","date_gmt":"2020-02-07T08:19:53","guid":{"rendered":"https:\/\/geko2.factoryfy.com\/jenkins-x-is-here-to-help-you\/"},"modified":"2021-11-03T17:17:11","modified_gmt":"2021-11-03T16:17:11","slug":"jenkins-x","status":"publish","type":"post","link":"https:\/\/geko.cloud\/en\/jenkins-x\/","title":{"rendered":"Jenkins X is here to help you"},"content":{"rendered":"<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-670\" src=\"https:\/\/geko2.factoryfy.com\/wp-content\/uploads\/jenkinsx-stacked-color-300x143.png\" alt=\"\" width=\"405\" height=\"193\" \/><\/p>\n<p>Most probably you already know what Jenkins is and maybe you are already using it for years to help you to automate all kind of things, specially software development process with <strong>continuous integration and delivery<\/strong>.<\/p>\n<p>From mid 2018 we have another guy on the stage: <strong>Jenkins X<\/strong>. This is the first post of a series of posts where we will talk about different aspects of this powerful and maybe not very well known tool.<\/p>\n<p>Yes, you may think that this is just a new version naming of the classic Jenkins, but in this case is totally different. Jenkins X is a completely different beast.<\/p>\n<p>Jenkins X is a new tool. They creators define it as an <em>&#8216;open source opinionated way to do continuous delivery with Kubernetes, natively&#8217;<\/em>. And yes, this is exactly what it is. \ud83d\ude42 Jenkins X helps to deliver your application into a Kubernetes ecosystem. It uses DevOps best practices and helps you to increase the development speed.<\/p>\n<p>Jenkins X combines and runs a selection of tools to achieve its final objective: simplify the CI\/CD process of your applications into a Kubernetes cluster. Some of the tools that Jenkins X uses to accomplish that are:\u00a0Helm, Tekton, Prow, Draft, Monocular, ChartMuseum, Nexus, etc.<\/p>\n<p>It comes in two flavors:<\/p>\n<ul>\n<li>Using a <strong>Static Jenkins Server<\/strong>\n<ul>\n<li>Supports GitHub, GitHub Enterprise, BitBucket Cloud, BitBucket Server, GitLab repositories<\/li>\n<li>Installs a legacy and monolithic Jenkins server in a JVM in a container in a k8s pod that uses the same Jenkinsfile (Groovy-DSL based)<\/li>\n<li>The entire Jenkins Server pod is always runing<\/li>\n<li>This is not a real native K8s CD and, as far as we know, this type of installation will be deprecated.<\/li>\n<\/ul>\n<\/li>\n<li>Using<strong> Serverless Jenkins X<\/strong> pipelines with Tekton and Prow\n<ul>\n<li>At the time of this writing, only supports GitHub due to Prow restrictions<\/li>\n<li>Uses a new\u00a0<strong>jenkins-x.yml<\/strong> file to define the pipelines instead of Groovy-DSL Jenkinsfile<\/li>\n<li>All pipelines execution creates new pods on demand with all necessary micro-services that runs only when necessary<\/li>\n<li>We recommend this one \ud83d\ude42<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Jenkins X can create an entire <a href=\"https:\/\/geko.cloud\/en\/what-is-kubernetes\/\">Kubernetes<\/a> cluster for you or can be installed in an existing cluster you have. Supports all major <a href=\"https:\/\/geko.cloud\/en\/what-is-kubernetes\/\">Kubernetes<\/a> managed systems including EKS (Amazon), GKE (Google), AKS (Azure) and also IBM Cloud, OpenShift and Pivotal. And, of course, also supports on-premise <a href=\"https:\/\/geko.cloud\/en\/what-is-kubernetes\/\">Kubernetes<\/a> installations.<\/p>\n<p>With Jenkins X is <strong>very easy deploy applications into a <a href=\"https:\/\/geko.cloud\/en\/what-is-kubernetes\/\">Kubernetes<\/a> cluster<\/strong>. When you commit your changes to a Git repository, a lot of things happen under the hood:<\/p>\n<figure id=\"attachment_673\" aria-describedby=\"caption-attachment-673\" style=\"width: 625px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-673 size-full\" src=\"https:\/\/geko2.factoryfy.com\/wp-content\/uploads\/serverless-flow.png\" alt=\"Jenkins X flow\" width=\"625\" height=\"595\" \/><figcaption id=\"caption-attachment-673\" class=\"wp-caption-text\">Figure 1: Jenkins X deployment flow (author: Viktor Farcic)<\/figcaption><\/figure>\n<p>And the final result is your application installed in <strong>Staging<\/strong> or <strong>Production<\/strong> environments (these are the default ones but you can define as many environments you need!).<\/p>\n<p>Yes, you may think that this is a very complex thing, but not everyone needs to understand all these details and\/or understand of all the components and services involved in the build and deployment process. For the majority of users, the only important thing to know and\/or understand is that pushing changes to Git will result in the execution of the pipeline (defined in the new jenkins-x.yml file) and have the application installed in the desired environment.\u00a0Jenkins X simplifies all the process by making complicated processes simple\u00a0<em>&#8216;automagically&#8217;<\/em>. \ud83d\ude09<\/p>\n<p>If you want to know more about Jenkins X stay tuned. Would you like to implement <strong>Jenkins X in your Company<\/strong>? Please, <a href=\"https:\/\/geko.cloud\/en\/contact\/\">contact us<\/a> and we will be glad to help you. <strong>Feel the Geko way!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most probably you already know what Jenkins is and maybe you are already using it for years to help you to automate all kind of things, specially software development process with continuous integration and delivery. From mid 2018 we have another guy on the stage: Jenkins X. This is the first post of a series [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2384,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[67],"tags":[73,83],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Jenkins X CICD is here to help you<\/title>\n<meta name=\"description\" content=\"Jenkins X is a new tool. The creators define it as an &#039;open-source opinionated way to do continuous delivery with Kubernetes, natively&#039;. And yes, this is exactly what it is.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geko.cloud\/es\/jenkins-x\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Jenkins X CICD is here to help you\" \/>\n<meta property=\"og:description\" content=\"Jenkins X is a new tool. The creators define it as an &#039;open-source opinionated way to do continuous delivery with Kubernetes, natively&#039;. And yes, this is exactly what it is.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geko.cloud\/es\/jenkins-x\/\" \/>\n<meta property=\"og:site_name\" content=\"Geko Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-07T08:19:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-03T16:17:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png\" \/>\n\t<meta property=\"og:image:width\" content=\"625\" \/>\n\t<meta property=\"og:image:height\" content=\"595\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jose Luis S\u00e1nchez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@geko_cloud\" \/>\n<meta name=\"twitter:site\" content=\"@geko_cloud\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/\"},\"author\":{\"name\":\"Jose Luis S\u00e1nchez\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/d06aff498ebfbc75b5010ebe92af41ed\"},\"headline\":\"Jenkins X is here to help you\",\"datePublished\":\"2020-02-07T08:19:53+00:00\",\"dateModified\":\"2021-11-03T16:17:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/\"},\"wordCount\":590,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/geko.cloud\/es\/#organization\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png\",\"keywords\":[\"cicd\",\"Jenkins\"],\"articleSection\":[\"Labs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/geko.cloud\/es\/jenkins-x\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/\",\"url\":\"https:\/\/geko.cloud\/es\/jenkins-x\/\",\"name\":\"Jenkins X CICD is here to help you\",\"isPartOf\":{\"@id\":\"https:\/\/geko.cloud\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png\",\"datePublished\":\"2020-02-07T08:19:53+00:00\",\"dateModified\":\"2021-11-03T16:17:11+00:00\",\"description\":\"Jenkins X is a new tool. The creators define it as an 'open-source opinionated way to do continuous delivery with Kubernetes, natively'. And yes, this is exactly what it is.\",\"breadcrumb\":{\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/geko.cloud\/es\/jenkins-x\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage\",\"url\":\"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png\",\"contentUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png\",\"width\":625,\"height\":595,\"caption\":\"serverless-flow\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/geko.cloud\/es\/jenkins-x\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/geko.cloud\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Jenkins X is here to help you\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/geko.cloud\/es\/#website\",\"url\":\"https:\/\/geko.cloud\/es\/\",\"name\":\"Geko Cloud\",\"description\":\"Servicios de consultor\u00eda cloud y devops\",\"publisher\":{\"@id\":\"https:\/\/geko.cloud\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/geko.cloud\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/geko.cloud\/es\/#organization\",\"name\":\"Geko Cloud\",\"url\":\"https:\/\/geko.cloud\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png\",\"contentUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png\",\"width\":1650,\"height\":809,\"caption\":\"Geko Cloud\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/geko_cloud\",\"https:\/\/www.instagram.com\/gekocloud\/\",\"https:\/\/www.linkedin.com\/company\/gekocloud\",\"https:\/\/www.youtube.com\/channel\/UC5EFLCqUM7fEaXSa_0nWowQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/d06aff498ebfbc75b5010ebe92af41ed\",\"name\":\"Jose Luis S\u00e1nchez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ebfd055d4dba456220c682523fcc237c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ebfd055d4dba456220c682523fcc237c?s=96&d=mm&r=g\",\"caption\":\"Jose Luis S\u00e1nchez\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Jenkins X CICD is here to help you","description":"Jenkins X is a new tool. The creators define it as an 'open-source opinionated way to do continuous delivery with Kubernetes, natively'. And yes, this is exactly what it is.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/geko.cloud\/es\/jenkins-x\/","og_locale":"en_US","og_type":"article","og_title":"Jenkins X CICD is here to help you","og_description":"Jenkins X is a new tool. The creators define it as an 'open-source opinionated way to do continuous delivery with Kubernetes, natively'. And yes, this is exactly what it is.","og_url":"https:\/\/geko.cloud\/es\/jenkins-x\/","og_site_name":"Geko Cloud","article_published_time":"2020-02-07T08:19:53+00:00","article_modified_time":"2021-11-03T16:17:11+00:00","og_image":[{"width":625,"height":595,"url":"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png","type":"image\/png"}],"author":"Jose Luis S\u00e1nchez","twitter_card":"summary_large_image","twitter_creator":"@geko_cloud","twitter_site":"@geko_cloud","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/geko.cloud\/es\/jenkins-x\/#article","isPartOf":{"@id":"https:\/\/geko.cloud\/es\/jenkins-x\/"},"author":{"name":"Jose Luis S\u00e1nchez","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/d06aff498ebfbc75b5010ebe92af41ed"},"headline":"Jenkins X is here to help you","datePublished":"2020-02-07T08:19:53+00:00","dateModified":"2021-11-03T16:17:11+00:00","mainEntityOfPage":{"@id":"https:\/\/geko.cloud\/es\/jenkins-x\/"},"wordCount":590,"commentCount":0,"publisher":{"@id":"https:\/\/geko.cloud\/es\/#organization"},"image":{"@id":"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage"},"thumbnailUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png","keywords":["cicd","Jenkins"],"articleSection":["Labs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/geko.cloud\/es\/jenkins-x\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/geko.cloud\/es\/jenkins-x\/","url":"https:\/\/geko.cloud\/es\/jenkins-x\/","name":"Jenkins X CICD is here to help you","isPartOf":{"@id":"https:\/\/geko.cloud\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage"},"image":{"@id":"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage"},"thumbnailUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png","datePublished":"2020-02-07T08:19:53+00:00","dateModified":"2021-11-03T16:17:11+00:00","description":"Jenkins X is a new tool. The creators define it as an 'open-source opinionated way to do continuous delivery with Kubernetes, natively'. And yes, this is exactly what it is.","breadcrumb":{"@id":"https:\/\/geko.cloud\/es\/jenkins-x\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geko.cloud\/es\/jenkins-x\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/jenkins-x\/#primaryimage","url":"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png","contentUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/serverless-flow.png","width":625,"height":595,"caption":"serverless-flow"},{"@type":"BreadcrumbList","@id":"https:\/\/geko.cloud\/es\/jenkins-x\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/geko.cloud\/en\/"},{"@type":"ListItem","position":2,"name":"Jenkins X is here to help you"}]},{"@type":"WebSite","@id":"https:\/\/geko.cloud\/es\/#website","url":"https:\/\/geko.cloud\/es\/","name":"Geko Cloud","description":"Servicios de consultor\u00eda cloud y devops","publisher":{"@id":"https:\/\/geko.cloud\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geko.cloud\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/geko.cloud\/es\/#organization","name":"Geko Cloud","url":"https:\/\/geko.cloud\/es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/","url":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png","contentUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png","width":1650,"height":809,"caption":"Geko Cloud"},"image":{"@id":"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/geko_cloud","https:\/\/www.instagram.com\/gekocloud\/","https:\/\/www.linkedin.com\/company\/gekocloud","https:\/\/www.youtube.com\/channel\/UC5EFLCqUM7fEaXSa_0nWowQ"]},{"@type":"Person","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/d06aff498ebfbc75b5010ebe92af41ed","name":"Jose Luis S\u00e1nchez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ebfd055d4dba456220c682523fcc237c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ebfd055d4dba456220c682523fcc237c?s=96&d=mm&r=g","caption":"Jose Luis S\u00e1nchez"}}]}},"_links":{"self":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/2675"}],"collection":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/comments?post=2675"}],"version-history":[{"count":3,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/2675\/revisions"}],"predecessor-version":[{"id":5184,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/2675\/revisions\/5184"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/media\/2384"}],"wp:attachment":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/media?parent=2675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/categories?post=2675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/tags?post=2675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}