Extending Jenkins : (Record no. 2796858)

MARC details
000 -LEADER
fixed length control field 08423cam a2200841Ii 4500
001 - CONTROL NUMBER
control field ocn935256964
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712024544.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr unu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 160119s2015 enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency UMI
Modifying agency OCLCO
-- N$T
-- OCLCO
-- IDEBK
-- VT2
-- YDXCP
-- COO
-- EBLCP
-- DEBSZ
-- OCLCF
-- OCLCO
-- NLE
-- DEBBG
-- IDB
-- OCLCQ
-- OCLCO
-- OCLCQ
-- MERUC
-- OCLCQ
-- OCLCO
-- CEF
-- OCLCQ
-- OCLCO
-- UKMGB
-- OCLCQ
-- OCLCO
-- UAB
-- AU@
-- UKAHL
-- OCLCQ
-- OCLCO
-- AJS
-- OCLCO
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018010499
Source Uk
019 ## -
-- 933586767
-- 933713798
-- 951974689
-- 958945714
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781785284984
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1785284983
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 178528424X
Qualifying information (Trade Paper)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781785284243
Qualifying information (Trade Paper)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781785284243
024 3# - OTHER STANDARD IDENTIFIER
Standard number or code 9781785284243
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000884579
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 374432791
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043893505
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043968655
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 47388514X
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 485791625
029 1# - (OCLC)
OCLC library identifier GBVCP
System control number 882848313
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018010499
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)935256964
Canceled/invalid control number (OCoLC)933586767
-- (OCoLC)933713798
-- (OCoLC)951974689
-- (OCoLC)958945714
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000703
Source of stock number/acquisition Safari Books Online
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.Q35
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.10685
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Simpson, Donald,
Relator term author.
9 (RLIN) 1095135
245 10 - TITLE STATEMENT
Title Extending Jenkins :
Remainder of title 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 /
Statement of responsibility, etc Donald Simpson.
264 #1 -
-- Birmingham, UK :
-- Packt Publishing,
-- 2015.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (1 volume) :
Other physical details illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Community experience distilled
588 0# -
-- Online resource; title from cover (Safari, viewed January 18, 2016).
500 ## - GENERAL NOTE
General note Includes index.
520 8# - SUMMARY, ETC.
Summary, etc Annotation
Expansion of summary note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Jenkins (Software development tool)
9 (RLIN) 1083446
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Jenkins (Software development tool)
Source of heading or term fast
-- (OCoLC)fst01937946
9 (RLIN) 1083446
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Quality control.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Testing.
9 (RLIN) 128942
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Reliability.
9 (RLIN) 193829
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels
General subdivision Qualité
-- Contrôle.
9 (RLIN) 909117
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels
General subdivision Fiabilité.
9 (RLIN) 918036
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTER SCIENCE
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 1095136
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Quality control.
Source of heading or term fast
-- (OCoLC)fst00872581
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Reliability.
Source of heading or term fast
-- (OCoLC)fst00872585
9 (RLIN) 193829
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Testing.
Source of heading or term fast
-- (OCoLC)fst00872601
9 (RLIN) 128942
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Simpson, Donald.
Title Extending Jenkins.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2015
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134493">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134493</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH29879504
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL4520754
938 ## -
-- EBSCOhost
-- EBSC
-- 1134493
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis33469378
938 ## -
-- YBP Library Services
-- YANK
-- 12772124
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library