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
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2015.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781785284984 1785284983 178528424X 9781785284243 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn935256964 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCL | ||
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 | |
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 | 7 | |a 005.10685 |2 23 | |
049 | |a MAIN | ||
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. | |
630 | 0 | 0 | |a Jenkins (Software development tool) |0 http://id.loc.gov/authorities/names/n2013055464 |
630 | 0 | 7 | |a Jenkins (Software development tool) |2 fast |
650 | 0 | |a Computer software |x Quality control. |0 http://id.loc.gov/authorities/subjects/sh97003403 | |
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 | |
758 | |i has work: |a Extending Jenkins (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYC7jdpgT7Bghc87Bybb4V |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Simpson, Donald. |t Extending Jenkins. |d Birmingham : Packt Publishing, ©2015 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134493 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn935256964 |
---|---|
_version_ | 1816882336628736000 |
adam_text | |
any_adam_object | |
author | Simpson, Donald |
author_facet | Simpson, Donald |
author_role | aut |
author_sort | Simpson, Donald |
author_variant | d s ds |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.Q35 |
callnumber-search | QA76.76.Q35 |
callnumber-sort | QA 276.76 Q35 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. 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. 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. 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. |
ctrlnum | (OCoLC)935256964 |
dewey-full | 005.10685 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.10685 |
dewey-search | 005.10685 |
dewey-sort | 15.10685 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08192cam a2200721 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn935256964</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160119s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCO</subfield><subfield code="d">IDEBK</subfield><subfield code="d">VT2</subfield><subfield code="d">YDXCP</subfield><subfield code="d">COO</subfield><subfield code="d">EBLCP</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NLE</subfield><subfield code="d">DEBBG</subfield><subfield code="d">IDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">CEF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">AJS</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018010499</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">933586767</subfield><subfield code="a">933713798</subfield><subfield code="a">951974689</subfield><subfield code="a">958945714</subfield><subfield code="a">1259242417</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785284984</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785284983</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">178528424X</subfield><subfield code="q">(Trade Paper)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785284243</subfield><subfield code="q">(Trade Paper)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785284243</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781785284243</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)935256964</subfield><subfield code="z">(OCoLC)933586767</subfield><subfield code="z">(OCoLC)933713798</subfield><subfield code="z">(OCoLC)951974689</subfield><subfield code="z">(OCoLC)958945714</subfield><subfield code="z">(OCoLC)1259242417</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000703</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.Q35</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">000000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.10685</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Simpson, Donald,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Extending Jenkins :</subfield><subfield code="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 /</subfield><subfield code="c">Donald Simpson.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover (Safari, viewed January 18, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="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.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Jenkins (Software development tool)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2013055464</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Jenkins (Software development tool)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer software</subfield><subfield code="x">Quality control.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh97003403</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer software</subfield><subfield code="x">Testing.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer software</subfield><subfield code="x">Reliability.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels</subfield><subfield code="x">Qualité</subfield><subfield code="x">Contrôle.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels</subfield><subfield code="x">Fiabilité.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTER SCIENCE</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer software</subfield><subfield code="x">Quality control</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer software</subfield><subfield code="x">Reliability</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer software</subfield><subfield code="x">Testing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Extending Jenkins (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYC7jdpgT7Bghc87Bybb4V</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Simpson, Donald.</subfield><subfield code="t">Extending Jenkins.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2015</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134493</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH29879504</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4520754</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1134493</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33469378</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12772124</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn935256964 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:00Z |
institution | BVB |
isbn | 9781785284984 1785284983 178528424X 9781785284243 |
language | English |
oclc_num | 935256964 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Simpson, Donald, author. 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 / Donald Simpson. Birmingham, UK : Packt Publishing, 2015. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Online resource; title from cover (Safari, viewed January 18, 2016). Includes index. Annotation 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. 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. 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. 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. 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. Jenkins (Software development tool) http://id.loc.gov/authorities/names/n2013055464 Jenkins (Software development tool) fast Computer software Quality control. http://id.loc.gov/authorities/subjects/sh97003403 Computer software Testing. Computer software Reliability. Logiciels Qualité Contrôle. Logiciels Fiabilité. COMPUTER SCIENCE General. bisacsh Computer software Quality control fast Computer software Reliability fast Computer software Testing fast has work: Extending Jenkins (Text) https://id.oclc.org/worldcat/entity/E39PCYC7jdpgT7Bghc87Bybb4V https://id.oclc.org/worldcat/ontology/hasWork Print version: Simpson, Donald. Extending Jenkins. Birmingham : Packt Publishing, ©2015 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134493 Volltext |
spellingShingle | Simpson, Donald 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 / Community experience distilled. 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. 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. 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. 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. Jenkins (Software development tool) http://id.loc.gov/authorities/names/n2013055464 Jenkins (Software development tool) fast Computer software Quality control. http://id.loc.gov/authorities/subjects/sh97003403 Computer software Testing. Computer software Reliability. Logiciels Qualité Contrôle. Logiciels Fiabilité. COMPUTER SCIENCE General. bisacsh Computer software Quality control fast Computer software Reliability fast Computer software Testing fast |
subject_GND | http://id.loc.gov/authorities/names/n2013055464 http://id.loc.gov/authorities/subjects/sh97003403 |
title | 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 / |
title_auth | 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 / |
title_exact_search | 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 / |
title_full | 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 / Donald Simpson. |
title_fullStr | 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 / Donald Simpson. |
title_full_unstemmed | 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 / Donald Simpson. |
title_short | Extending Jenkins : |
title_sort | 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 |
title_sub | 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 / |
topic | Jenkins (Software development tool) http://id.loc.gov/authorities/names/n2013055464 Jenkins (Software development tool) fast Computer software Quality control. http://id.loc.gov/authorities/subjects/sh97003403 Computer software Testing. Computer software Reliability. Logiciels Qualité Contrôle. Logiciels Fiabilité. COMPUTER SCIENCE General. bisacsh Computer software Quality control fast Computer software Reliability fast Computer software Testing fast |
topic_facet | Jenkins (Software development tool) Computer software Quality control. Computer software Testing. Computer software Reliability. Logiciels Qualité Contrôle. Logiciels Fiabilité. COMPUTER SCIENCE General. Computer software Quality control Computer software Reliability Computer software Testing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134493 |
work_keys_str_mv | AT simpsondonald extendingjenkinsgetacompletewalkthroughofthemanyinterfacesavailableinjenkinswiththehelpofrealworldexamplestotakeyoutothenextlevel |