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
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 Jenkins About This Book Find out how to interact with Jenkins from within Eclipse, NetBeans, and IntelliJ IDEA Develop custom solutions that act upon Jenkins...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing
2015.
|
Edición: | 1st edition |
Colección: | Community experience distilled.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629916806719 |
Tabla de Contenidos:
- 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