更新时间:2021-07-30 09:48:25
封面
版权页
Credits
About the Author
About the Reviewer
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
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
Chapter 3. Jenkins and the IDE
Eclipse and Mylyn
Installing Mylyn
IntelliJ IDEA and Jenkins build connectors
NetBeans
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
Chapter 5. Extension Points
A brief history of Jenkins plugins
Interfaces
Abstract classes
Abstraction and interfaces
Singletons
Declaring an extension in Jenkins
Chapter 6. Developing Your Own Jenkins Plugin
An introduction to Maven
Installing Maven
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
Chapter 8. Testing and Debugging Jenkins Plugins
Running tests with Maven
Debugging Jenkins
The Jenkins Logger Console
Chapter 9. Putting Things Together
The Jenkins script console and Groovy
Groovy and Gradle as alternatives
Jenkins and Docker
Jenkins and Android
Jenkins and iOS
Keeping your Jenkins version and plugins up to date
Index