Cargando…

Extending Jenkins : get a complete walkthrough of the many interfaces available in Jenkins with the help of real-world examples to take you to the next level /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Simpson, Donald (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn935256964
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160119s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCO  |d N$T  |d OCLCO  |d IDEBK  |d VT2  |d YDXCP  |d COO  |d EBLCP  |d DEBSZ  |d OCLCF  |d OCLCO  |d NLE  |d DEBBG  |d IDB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d CEF  |d OCLCQ  |d OCLCO  |d UKMGB  |d OCLCQ  |d OCLCO  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCO 
016 7 |a 018010499  |2 Uk 
019 |a 933586767  |a 933713798  |a 951974689  |a 958945714  |a 1259242417 
020 |a 9781785284984  |q (electronic bk.) 
020 |a 1785284983  |q (electronic bk.) 
020 |a 178528424X  |q (Trade Paper) 
020 |a 9781785284243  |q (Trade Paper) 
020 |z 9781785284243 
024 3 |a 9781785284243 
029 1 |a CHNEW  |b 000884579 
029 1 |a CHVBK  |b 374432791 
029 1 |a DEBBG  |b BV043893505 
029 1 |a DEBBG  |b BV043968655 
029 1 |a DEBSZ  |b 47388514X 
029 1 |a DEBSZ  |b 485791625 
029 1 |a GBVCP  |b 882848313 
029 1 |a UKMGB  |b 018010499 
035 |a (OCoLC)935256964  |z (OCoLC)933586767  |z (OCoLC)933713798  |z (OCoLC)951974689  |z (OCoLC)958945714  |z (OCoLC)1259242417 
037 |a CL0500000703  |b Safari Books Online 
050 4 |a QA76.76.Q35 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 005.10685  |2 23 
049 |a UAMI 
100 1 |a Simpson, Donald,  |e author. 
245 1 0 |a Extending Jenkins :  |b get a complete walkthrough of the many interfaces available in Jenkins with the help of real-world examples to take you to the next level /  |c Donald Simpson. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover (Safari, viewed January 18, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Get a complete walkthrough of the many interfaces available in Jenkins with the help of real-world examples to take you to the next level with JenkinsAbout This Book Find out how to interact with Jenkins from within Eclipse, NetBeans, and IntelliJ IDEA Develop custom solutions that act upon Jenkins information in real time A step-by-step, practical guide to help you learn about extension points in existing plugins and how to build your own pluginWho This Book Is ForThis book is aimed primarily at developers and administrators who are interested in taking their interaction and usage of Jenkins to the next level. The book assumes you have a working knowledge of Jenkins and programming in general, and an interest in learning about the different approaches to customizing and extending Jenkins so it fits your requirements and your environment perfectly. What You Will Learn Retrieve and act upon Jenkins information in real time Find out how to interact with Jenkins through a variety of IDEs Develop your own Form and Input validation and customization Explore how Extension points work, and develop your own Jenkins plugin See how to use the Jenkins API and command-line interface Get to know how to remotely update your Jenkins configuration Design and develop your own Information Radiator Discover how Jenkins customization can help improve quality and reduce costsIn DetailJenkins CI is the leading open source continuous integration server. It is written in Java and has a wealth of plugins to support the building and testing of virtually any project. Jenkins supports multiple Software Configuration Management tools such as Git, Subversion, and Mercurial. This book explores and explains the many extension points and customizations that Jenkins offers its users, and teaches you how to develop your own Jenkins extensions and plugins. First, you will learn how to adapt Jenkins and leverage its abilities to empower DevOps, Continuous Integration, Continuous Deployment, and Agile projects. Next, you will find out how to reduce the cost of modern software development, increase the quality of deliveries, and thereby reduce the time to market. We will also teach you how to create your own custom plugins using Extension points. Finally, we will show you how to combine everything you learned over the course of the book into one real-world scenario. Style and approach Extending Jenkins explores and explains advanced Jenkins functionality from a practical point of view, teaching you real-world skills that will help you get more from this powerful software. Each key topic is explained clearly with a practical example, and in sufficient detail so you understand the concepts and can then develop your own solutions using your preferred software and languages. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Preparatory Steps; Getting started with Jenkins; Extending the basic setup; Jenkins evolution; Continuous Integration with Jenkins; Summary; Chapter 2: Automating the Jenkins UI; Use case scenario 1 -- a large number of jobs; Use case scenario 2 -- multiple hosts; Use case scenario 3 -- helping your users through UI automation; Use case scenario 4 -- UI tweaks; Summary; Chapter 3: Jenkins and the IDE; Eclipse and Mylyn; Installing Mylyn; Mylyn and Jenkins configurations. 
505 8 |a IntelliJ IDEA and Jenkins build connectorsNetBeans; Summary; Chapter 4: The API and the CLI; Creating an Information Radiator with the Jenkins XML API; Getting the information from Jenkins; Automating the job; Radiating the information; Jenkins as a web server -- the userContent directory; The Jenkins CLI; How to set it up; How to use it; Triggering remote jobs via the CLI; Updating Jenkins configuration; Summary; Chapter 5: Extension Points; A brief history of Jenkins plugins; Interfaces; Abstract classes; Abstraction and interfaces; Singletons; Declaring an extension in Jenkins; Summary. 
505 8 |a Chapter 6: Developing Your Own Jenkins PluginAn introduction to Maven; Installing Maven; Summary; Chapter 7: Extending Jenkins Plugins; Where to start?; Looking at the list of existing plugins; A new build type required; Loading and building our starting point; The Builder class and Stapler; Jelly and Jenkins; Help; Properties files and Messages; The POM file; Plugin progress; Summary; Chapter 8: Testing and Debugging Jenkins plugins; Running tests with Maven; Debugging Jenkins; Server debugging -- a quick recap; Debugging with IntelliJ; Debugging with Eclipse; mvnDebug. 
505 8 |a The Jenkins Logger ConsoleSummary; Chapter 9: Putting Things Together; The Jenkins script console and Groovy; Groovy and Gradle as alternatives; Jenkins and Docker; Docker in Jenkins; Jenkins in Docker; Jenkins and Android; Jenkins and iOS; Keeping your Jenkins version and plugins up to date; Summary; Index. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Jenkins (Software development tool) 
630 0 7 |a Jenkins (Software development tool)  |2 fast 
650 0 |a Computer software  |x Quality control. 
650 0 |a Computer software  |x Testing. 
650 0 |a Computer software  |x Reliability. 
650 6 |a Logiciels  |x Qualité  |x Contrôle. 
650 6 |a Logiciels  |x Fiabilité. 
650 7 |a COMPUTER SCIENCE  |x General.  |2 bisacsh 
650 7 |a Computer software  |x Quality control  |2 fast 
650 7 |a Computer software  |x Reliability  |2 fast 
650 7 |a Computer software  |x Testing  |2 fast 
776 0 8 |i Print version:  |a Simpson, Donald.  |t Extending Jenkins.  |d Birmingham : Packt Publishing, ©2015 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134493  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785284243/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29879504 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520754 
938 |a EBSCOhost  |b EBSC  |n 1134493 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33469378 
938 |a YBP Library Services  |b YANK  |n 12772124 
994 |a 92  |b IZTAP