• Complain

Brent Laster - Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation

Here you can read online Brent Laster - Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 0, publisher: O’Reilly Media, genre: Computer / Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation
  • Author:
  • Publisher:
    O’Reilly Media
  • Genre:
  • Year:
    0
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Brent Laster: author's other books


Who wrote Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation? Find out the surname, the name of the author of the book and a list of all author's works by series.

Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Praise for Jenkins 2: Up and Running
This is now both my new go-to book for reference as well as the one I recommend to those new to Jenkins. Its quite a feat to write a book that can serve both audiences and Brent has pulled it off in spades.
Chaim Tinjaw Krause
Brent Laster does a fantastic job at distilling the power of Jenkins down to its essential components while still providing the comprehensive guide to getting the most out of Jenkins 2. Valuable examples of the pipeline as code provide building blocks for implementing continuous delivery. This belongs in the toolbox of new and experienced Jenkins users alike .
Brian Dawson, DevOps Evangelist, CloudBees
Jenkins 2: Up and Running

Evolve Your Deployment Pipeline for Next-Generation Automation

Brent Laster

Jenkins 2: Up and Running

by Brent Laster

Copyright 2018 Brent Laster. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com/safari). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: Brian Foster
  • Development Editor: Angela Rufino
  • Production Editor: Justin Billing
  • Copyeditors: Dwight Ramsey and Rachel Head
  • Proofreader: Jasmine Kwityn
  • Indexer: Judith McConville
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • May 2018: First Edition
Revision History for the First Edition
  • 2018-05-02: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491979594 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Jenkins 2: Up and Running, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-491-97959-4

[LSI]

To my best friend and wife, Anne-Marie,
who brings beauty and happiness to each day.
And to my sons Walker, Chase, and Tanner,
who have taught me more than I could ever teach them.
Foreword

The software development industry is going through a slow but real transformation. Software is increasingly a part of everything, and we, the software developers, are trying to cope with this exploding demand through more automation. Id imagine you are reading this book because you are a part of that transformation.

To serve you better in this transformation, Jenkins is itself going through a major transformation of its own as well from the world of classic Jenkins, where you configure Jenkins through a series of jobs from server-rendered GUI, to the world of modern Jenkins, where you configure Jenkins through Jenkinsfiles in Git repositories and look at results through a pleasant single-page application.

As we develop the modern Jenkins in the community and roll out these new features, I keep running into this challenge. Most users are simply unaware of this transformation thats going on in Jenkins. People keep using Jenkins like they have been doing for years!

And to be fair, it made complete sense. On the one hand is peoples inertia and this massive body of information and knowledge accumulated in Google, Stack Overflow, our mailing lists, issue trackers, and so on that tells people how to effectively use Jenkins the classic way. On the other hand, we have the community that is, generally speaking, too busy building the modern Jenkins; and collectively not enough effort has been spent on telling people how to effectively use Jenkins the modern way.

So I was very happy to hear about this book, which really takes this challenge head on. In this book, Brent steps back and forgets everything weve known about Jenkins from the past decade. Then he goes on to reconstruct how Jenkins should be used today. Unlike Google, Stack Overflow, and so on, where knowledge is captured piecemeal, this book gives you a systematic path to explore the whole landscape, which makes it really valuable.

Its an ideal book for those who are new to CI/CD, as well as those who have been using Jenkins for many years. This book will help you discover and rediscover Jenkins.

Kohsuke Kawaguchi

Creator of Jenkins

CTO, CloudBees, Inc.

February 2018

Preface
How to Use This Book

This book is big bigger than I ever thought it would be. Ive worried about this at some level, but decided that there were two ways to go when writing it: I could either limit the content to only what was needed to do a basic tutorial, or I could spend some time explaining concepts, creating code examples, and diving into what terminology, functions, and programming with pipelines-as-code really mean. If youve scanned the book, you can probably figure out that I opted to do the latter.

My reasoning for that was due to my experiences over many years of training people on using Jenkins. In a short class or workshop, we could only cover a small number of topics. And people were always hungry for more more detail and more examples that they could apply. At the end of conference presentations, I would invariably get lines of people asking for more information sources, examples, and where to find info about such and such. Oftentimes, it would come down to Google this or See this question on Stack Overflow. Nothing wrong with that, but also not the most convenient approach.

This book is intended to help you find answers on how to use this powerful technology. Granted, its more mechanics than DevOps, but chances are if you are reading this, you already have some grasp of continuous integration (CI), continuous deployment (CD), DevOps, and Jenkins, and are looking for how to make the most out of the new Jenkins features.

So here are a few guidelines (feel free to use them or ignore them as fits your situation):

  • Dont try to read the entire book through unless you need to get a lot of sleep.
  • Scan the sections listed in the Table of Contents. A chapters title only hints at its full contents. Also, dont forget about consulting the index to find topics you might be interested in.
  • If you want to understand the basic ideas and get going quickly, read the first two chapters and then start playing with some basic pipelines. As you run into questions or problems, consult the appropriate chapters in the book for the particular areas.
  • If you already know the basics of Jenkins and want to convert to pipelines-as-code, take a look at to get some ideas on conversions and then consult other chapters as needed.
  • If youre looking to create a larger pipeline, take a look at the chapter on conversions and the various chapters on integration with the OS and other technologies (Chapters ).
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation»

Look at similar books to Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation»

Discussion, reviews of the book Jenkins 2: Up and Running Evolve Your Deployment Pipeline for Next Generation Automation and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.