|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn747722326 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
110824s2011 caua o 001 0 eng d |
040 |
|
|
|a LLB
|b eng
|e pn
|c LLB
|d OCLCQ
|d UMI
|d CUS
|d COO
|d N$T
|d OCLCQ
|d WAU
|d DEBSZ
|d YDXCP
|d TEFOD
|d OCLCF
|d IDEBK
|d EBLCP
|d VT2
|d E7B
|d FMG
|d TEFOD
|d OCLCQ
|d FEM
|d OCLCQ
|d OCLCO
|d BRL
|d CEF
|d MOQ
|d AU@
|d UAB
|d OCLCQ
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 752976164
|a 776203366
|a 780425585
|a 856992933
|a 968124392
|a 969046436
|
020 |
|
|
|a 9781449313654
|q (electronic bk.)
|
020 |
|
|
|a 1449313655
|q (electronic bk.)
|
020 |
|
|
|a 9781449313067
|q (electronic bk.)
|
020 |
|
|
|a 144931306X
|q (electronic bk.)
|
020 |
|
|
|z 9781449305352
|q (pbk.)
|
020 |
|
|
|z 1449305350
|q (pbk.)
|
024 |
8 |
|
|a 9781449311155
|
029 |
1 |
|
|a DEBSZ
|b 368474941
|
029 |
1 |
|
|a DEBSZ
|b 397104324
|
029 |
1 |
|
|a HEBIS
|b 291541933
|
029 |
1 |
|
|a AU@
|b 000066232844
|
029 |
1 |
|
|a AU@
|b 000069004813
|
035 |
|
|
|a (OCoLC)747722326
|z (OCoLC)752976164
|z (OCoLC)776203366
|z (OCoLC)780425585
|z (OCoLC)856992933
|z (OCoLC)968124392
|z (OCoLC)969046436
|
037 |
|
|
|a CL0500000112
|b Safari Books Online
|
037 |
|
|
|a 2469B9AB-3429-43F7-96FA-1D76E1601AA1
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.Q35
|b S63 2011eb
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13/3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Smart, John Ferguson.
|
245 |
1 |
0 |
|a Jenkins :
|b the definitive guide /
|c John Ferguson Smart.
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Sebastopol, CA :
|b O'Reilly Media,
|c ©2011.
|
300 |
|
|
|a 1 online resource (xxii, 380 pages) :
|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
|2 rda
|
520 |
|
|
|a "Streamline software development with Jenkins, the popular Java-based open source tool that has revolutionized the way teams think about Continuous Integration (CI). This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins -- and demonstrates how CI can save you time, money, and many headaches"--Provided by publisher.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; Foreword; Preface; Audience; Book Layout; Jenkins or Hudson?; Font Conventions; Command-Line Conventions; Contributors; The Review Team; Book Sponsors; Wakaleo Consulting; CloudBees; Odd-e; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. Introducing Jenkins; Introduction; Continuous Integration Fundamentals; Introducing Jenkins (née Hudson); From Hudson to Jenkins--A Short History; Should I Use Jenkins or Hudson?; Introducing Continuous Integration into Your Organization; Phase 1--No Build Server; Phase 2--Nightly Builds.
|
505 |
8 |
|
|a Phase 3--Nightly Builds and Basic Automated TestsPhase 4--Enter the Metrics; Phase 5--Getting More Serious About Testing; Phase 6--Automated Acceptance Tests and More Automated Deployment; Phase 7--Continuous Deployment; Where to Now?; Chapter 2. Your First Steps with Jenkins; Introduction; Preparing Your Environment; Installing Java; Installing Git; Setting Up a GitHub Account; Configuring SSH Keys; Forking the Sample Repository; Starting Up Jenkins; Configuring the Tools; Configuring Your Maven Setup; Configuring the JDK; Notification; Setting Up Git; Your First Jenkins Build Job.
|
505 |
8 |
|
|a Your First Build Job in ActionMore Reporting--Displaying Javadocs; Adding Code Coverage and Other Metrics; Conclusion; Chapter 3. Installing Jenkins; Introduction; Downloading and Installing Jenkins; Preparing a Build Server for Jenkins; The Jenkins Home Directory; Installing Jenkins on Debian or Ubuntu; Installing Jenkins on Redhat, Fedora, or CentOS; Installing Jenkins on SUSE or OpenSUSE; Running Jenkins as a Stand-Alone Application; Running Jenkins Behind an Apache Server; Running Jenkins on an Application Server; Memory Considerations; Installing Jenkins as a Windows Service.
|
505 |
8 |
|
|a What's in the Jenkins Home DirectoryBacking Up Your Jenkins Data; Upgrading Your Jenkins Installation; Conclusion; Chapter 4. Configuring Your Jenkins Server; Introduction; The Configuration Dashboard--The Manage Jenkins Screen; Configuring the System Environment; Configuring Global Properties; Configuring Your JDKs; Configuring Your Build Tools; Maven; Ant; Shell-Scripting Language; Configuring Your Version Control Tools; Configuring Subversion; Configuring CVS; Configuring the Mail Server; Configuring a Proxy; Conclusion; Chapter 5. Setting Up Your Build Jobs; Introduction.
|
505 |
8 |
|
|a Jenkins Build JobsCreating a Freestyle Build Job; General Options; Advanced Project Options; Configuring Source Code Management; Working with Subversion; Working with Git; Installing the plugin; System-wide configuration of the plugin; SSH key setup; Using the plugin; Advanced per-project source code management configuration; Branches to build; Excluded regions; Excluded users; Checkout/merge to local branch; Local subdirectory for repo; Merge before build; Prune remote branches before build; Clean after checkout; Build triggers; Recursively update submodules; Use commit author in changelog.
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|g 2011.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Open source software.
|
650 |
|
0 |
|a Computer software
|x Development.
|
650 |
|
0 |
|a Computer software
|x Quality control.
|
650 |
|
0 |
|a eXtreme programming.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Logiciels libres.
|
650 |
|
6 |
|a Logiciels
|x Qualité
|x Contrôle.
|
650 |
|
6 |
|a Programmation extrême.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C♯
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a Computer software
|x Development.
|2 fast
|0 (OCoLC)fst00872537
|
650 |
|
7 |
|a Computer software
|x Quality control.
|2 fast
|0 (OCoLC)fst00872581
|
650 |
|
7 |
|a eXtreme programming.
|2 fast
|0 (OCoLC)fst01185014
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
650 |
|
7 |
|a Open source software.
|2 fast
|0 (OCoLC)fst01046097
|
776 |
0 |
8 |
|i Print version:
|a Smart, John Ferguson.
|t Jenkins.
|b 1st ed.
|d Sebastopol, CA : O'Reilly Media, ©2011
|z 9781449305352
|w (OCoLC)719428334
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449311155/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26903861
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26903354
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL741247
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10763432
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415112
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis23379177
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7463043
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7489216
|
994 |
|
|
|a 92
|b IZTAP
|