├── .DS_Store ├── README.md ├── basics ├── .DS_Store ├── _index.en.md ├── credential │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01-pingju.png │ │ ├── 02-pingju.png │ │ ├── 03-pingju.png │ │ ├── 04-pingju.png │ │ ├── 06-pingju-cat.png │ │ ├── 07-pingju-create.png │ │ ├── 08-pingju-delete.png │ │ ├── 09-pingju-update.png │ │ └── 10-pingju-move.png ├── installation │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01-unlockjenkins.png │ │ ├── 02-customjenkins.png │ │ ├── 03-createuser.png │ │ ├── 04-updatesite.png │ │ ├── 05-configslave.png │ │ ├── 06-slavestatus.png │ │ ├── 07-slavestart.png │ │ └── 08-jenkinsconfig.png ├── introduction │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── 01-systemmanage.png │ │ ├── 02-jobsmanager.png │ │ ├── 03-buildinput.png │ │ └── magic.gif ├── projectandview │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01-create.png │ │ ├── 02-buildhistory.png │ │ ├── 03-argsbuild.png │ │ ├── 05-jenkinsfile.png │ │ ├── 06-buildjobs.png │ │ ├── 07-buildlogs.png │ │ ├── 08-debuglogs.png │ │ ├── 09-disablejob.png │ │ ├── 10-typejob.png │ │ ├── 11-movejob.png │ │ ├── 13-views-create1.png │ │ ├── 13-views-create2.png │ │ ├── 13-views-create3-1.png │ │ ├── 13-views-create3.png │ │ ├── 13-views-create4.png │ │ ├── 13-views-delete1.png │ │ └── 13-views-update1.png └── userandpermissions │ ├── .DS_Store │ ├── _index.en.md │ └── images │ ├── 01-configglobal.png │ ├── 02-createuser.png │ ├── 03-deleuser.png │ ├── 04-updateuser.png │ ├── 11-quanxian-type.png │ ├── 12-manage.png │ ├── 13-global.png │ ├── 14-project.png │ └── 15-assign.png ├── jenkins&docker-docs.zip ├── pipelineextension ├── .DS_Store └── _index.en.md ├── pipelineintegrated ├── .DS_Store ├── _index.en.md ├── chapter01 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png ├── chapter02 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ └── 11.png ├── chapter03 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ └── 19.png ├── chapter04 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ └── 23.png ├── chapter05 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ └── 16.png ├── chapter06 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ └── 17.png ├── chapter07 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png └── chapter08 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ ├── .DS_Store │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ └── 05.png ├── pipelinesyntax ├── .DS_Store ├── _index.en.md ├── chapter01 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01-subwaybeijing.jpg │ │ ├── 02-blueocean.png │ │ └── 03-jenkinslog.png ├── chapter02 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01-subwaybeijing.jpg │ │ ├── 02-blueocean.png │ │ └── 03-jenkinslog.png ├── chapter03 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png ├── chapter04 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ │ ├── .DS_Store │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png └── chapter05 │ ├── .DS_Store │ ├── _index.en.md │ └── images │ ├── .DS_Store │ ├── 01.png │ ├── 02.png │ ├── 03.png │ └── 04.png └── shortcodes ├── .DS_Store ├── _index.en.md ├── _index.fr.md ├── attachments.en.files ├── BachGavotteShort.mp3 ├── Carroll_AliceAuPaysDesMerveilles.pdf ├── adivorciarsetoca00cape.pdf ├── hugo.png └── movieselectricsheep-flock-244-32500-2.mp4 ├── attachments.en.md ├── attachments.fr.files ├── BachGavotteShort.mp3 ├── Carroll_AliceAuPaysDesMerveilles.pdf ├── adivorciarsetoca00cape.pdf ├── hugo.png └── movieselectricsheep-flock-244-32500-2.mp4 ├── attachments.fr.md ├── button.en.md ├── button.fr.md ├── children ├── _index.en.md ├── _index.fr.md ├── children-1 │ ├── _index.en.md │ ├── _index.fr.md │ └── children-1-1 │ │ ├── _index.en.md │ │ ├── _index.fr.md │ │ └── children-1-1-1 │ │ ├── _index.en.md │ │ ├── _index.fr.md │ │ └── children-1-1-1-1 │ │ ├── _index.en.md │ │ ├── _index.fr.md │ │ └── children-1-1-1-1-1 │ │ ├── _index.en.md │ │ └── _index.fr.md ├── children-2 │ ├── _index.en.md │ ├── _index.fr.md │ ├── test3.en.md │ └── test3.fr.md ├── children-3 │ ├── _index.en.md │ └── _index.fr.md ├── children-4 │ ├── _index.en.md │ └── _index.fr.md ├── test.en.md └── test.fr.md ├── expand.en.md ├── expand.fr.md ├── mermaid.en.md ├── mermaid.fr.md ├── notice.en.md ├── notice.fr.md ├── siteparam.en.md └── siteparam.fr.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /basics/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/.DS_Store -------------------------------------------------------------------------------- /basics/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/_index.en.md -------------------------------------------------------------------------------- /basics/credential/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/.DS_Store -------------------------------------------------------------------------------- /basics/credential/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/_index.en.md -------------------------------------------------------------------------------- /basics/credential/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/.DS_Store -------------------------------------------------------------------------------- /basics/credential/images/01-pingju.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/01-pingju.png -------------------------------------------------------------------------------- /basics/credential/images/02-pingju.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/02-pingju.png -------------------------------------------------------------------------------- /basics/credential/images/03-pingju.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/03-pingju.png -------------------------------------------------------------------------------- /basics/credential/images/04-pingju.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/04-pingju.png -------------------------------------------------------------------------------- /basics/credential/images/06-pingju-cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/06-pingju-cat.png -------------------------------------------------------------------------------- /basics/credential/images/07-pingju-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/07-pingju-create.png -------------------------------------------------------------------------------- /basics/credential/images/08-pingju-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/08-pingju-delete.png -------------------------------------------------------------------------------- /basics/credential/images/09-pingju-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/09-pingju-update.png -------------------------------------------------------------------------------- /basics/credential/images/10-pingju-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/credential/images/10-pingju-move.png -------------------------------------------------------------------------------- /basics/installation/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/.DS_Store -------------------------------------------------------------------------------- /basics/installation/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/_index.en.md -------------------------------------------------------------------------------- /basics/installation/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/.DS_Store -------------------------------------------------------------------------------- /basics/installation/images/01-unlockjenkins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/01-unlockjenkins.png -------------------------------------------------------------------------------- /basics/installation/images/02-customjenkins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/02-customjenkins.png -------------------------------------------------------------------------------- /basics/installation/images/03-createuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/03-createuser.png -------------------------------------------------------------------------------- /basics/installation/images/04-updatesite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/04-updatesite.png -------------------------------------------------------------------------------- /basics/installation/images/05-configslave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/05-configslave.png -------------------------------------------------------------------------------- /basics/installation/images/06-slavestatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/06-slavestatus.png -------------------------------------------------------------------------------- /basics/installation/images/07-slavestart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/07-slavestart.png -------------------------------------------------------------------------------- /basics/installation/images/08-jenkinsconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/installation/images/08-jenkinsconfig.png -------------------------------------------------------------------------------- /basics/introduction/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/introduction/.DS_Store -------------------------------------------------------------------------------- /basics/introduction/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/introduction/_index.en.md -------------------------------------------------------------------------------- /basics/introduction/images/01-systemmanage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/introduction/images/01-systemmanage.png -------------------------------------------------------------------------------- /basics/introduction/images/02-jobsmanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/introduction/images/02-jobsmanager.png -------------------------------------------------------------------------------- /basics/introduction/images/03-buildinput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/introduction/images/03-buildinput.png -------------------------------------------------------------------------------- /basics/introduction/images/magic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/introduction/images/magic.gif -------------------------------------------------------------------------------- /basics/projectandview/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/.DS_Store -------------------------------------------------------------------------------- /basics/projectandview/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/_index.en.md -------------------------------------------------------------------------------- /basics/projectandview/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/.DS_Store -------------------------------------------------------------------------------- /basics/projectandview/images/01-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/01-create.png -------------------------------------------------------------------------------- /basics/projectandview/images/02-buildhistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/02-buildhistory.png -------------------------------------------------------------------------------- /basics/projectandview/images/03-argsbuild.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/03-argsbuild.png -------------------------------------------------------------------------------- /basics/projectandview/images/05-jenkinsfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/05-jenkinsfile.png -------------------------------------------------------------------------------- /basics/projectandview/images/06-buildjobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/06-buildjobs.png -------------------------------------------------------------------------------- /basics/projectandview/images/07-buildlogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/07-buildlogs.png -------------------------------------------------------------------------------- /basics/projectandview/images/08-debuglogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/08-debuglogs.png -------------------------------------------------------------------------------- /basics/projectandview/images/09-disablejob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/09-disablejob.png -------------------------------------------------------------------------------- /basics/projectandview/images/10-typejob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/10-typejob.png -------------------------------------------------------------------------------- /basics/projectandview/images/11-movejob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/11-movejob.png -------------------------------------------------------------------------------- /basics/projectandview/images/13-views-create1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/13-views-create1.png -------------------------------------------------------------------------------- /basics/projectandview/images/13-views-create2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/13-views-create2.png -------------------------------------------------------------------------------- /basics/projectandview/images/13-views-create3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/13-views-create3-1.png -------------------------------------------------------------------------------- /basics/projectandview/images/13-views-create3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/13-views-create3.png -------------------------------------------------------------------------------- /basics/projectandview/images/13-views-create4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/13-views-create4.png -------------------------------------------------------------------------------- /basics/projectandview/images/13-views-delete1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/13-views-delete1.png -------------------------------------------------------------------------------- /basics/projectandview/images/13-views-update1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/projectandview/images/13-views-update1.png -------------------------------------------------------------------------------- /basics/userandpermissions/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/.DS_Store -------------------------------------------------------------------------------- /basics/userandpermissions/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/_index.en.md -------------------------------------------------------------------------------- /basics/userandpermissions/images/01-configglobal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/01-configglobal.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/02-createuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/02-createuser.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/03-deleuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/03-deleuser.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/04-updateuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/04-updateuser.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/11-quanxian-type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/11-quanxian-type.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/12-manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/12-manage.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/13-global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/13-global.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/14-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/14-project.png -------------------------------------------------------------------------------- /basics/userandpermissions/images/15-assign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/basics/userandpermissions/images/15-assign.png -------------------------------------------------------------------------------- /jenkins&docker-docs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/jenkins&docker-docs.zip -------------------------------------------------------------------------------- /pipelineextension/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineextension/.DS_Store -------------------------------------------------------------------------------- /pipelineextension/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineextension/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter01/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter01/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter01/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter01/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter01/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter01/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter01/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter01/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter01/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter01/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter01/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter01/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/04.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/05.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/06.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/07.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/08.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/09.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/10.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter02/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter02/images/11.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/04.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/05.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/06.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/07.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/08.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/09.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/10.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/11.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/12.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/13.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/14.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/15.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/16.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/17.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/18.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter03/images/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter03/images/19.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/04.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/05.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/06.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/07.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/08.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/09.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/10.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/11.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/12.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/13.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/14.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/15.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/16.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/17.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/18.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/19.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/20.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/21.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/22.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter04/images/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter04/images/23.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/04.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/05.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/06.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/07.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/08.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/09.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/10.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/11.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/12.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/13.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/14.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/15.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter05/images/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter05/images/16.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/04.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/05.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/06.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/07.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/08.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/09.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/10.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/11.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/12.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/13.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/14.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/15.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/16.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter06/images/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter06/images/17.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter07/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter07/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter07/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter07/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter07/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter07/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter07/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter07/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter07/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter07/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter07/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter07/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/_index.en.md -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/images/.DS_Store -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/images/01.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/images/02.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/images/03.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/images/04.png -------------------------------------------------------------------------------- /pipelineintegrated/chapter08/images/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelineintegrated/chapter08/images/05.png -------------------------------------------------------------------------------- /pipelinesyntax/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/_index.en.md -------------------------------------------------------------------------------- /pipelinesyntax/chapter01/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter01/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter01/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter01/_index.en.md -------------------------------------------------------------------------------- /pipelinesyntax/chapter01/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter01/images/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter01/images/01-subwaybeijing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter01/images/01-subwaybeijing.jpg -------------------------------------------------------------------------------- /pipelinesyntax/chapter01/images/02-blueocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter01/images/02-blueocean.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter01/images/03-jenkinslog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter01/images/03-jenkinslog.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter02/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter02/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter02/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter02/_index.en.md -------------------------------------------------------------------------------- /pipelinesyntax/chapter02/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter02/images/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter02/images/01-subwaybeijing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter02/images/01-subwaybeijing.jpg -------------------------------------------------------------------------------- /pipelinesyntax/chapter02/images/02-blueocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter02/images/02-blueocean.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter02/images/03-jenkinslog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter02/images/03-jenkinslog.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter03/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter03/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter03/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter03/_index.en.md -------------------------------------------------------------------------------- /pipelinesyntax/chapter03/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter03/images/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter03/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter03/images/01.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter03/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter03/images/02.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter03/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter03/images/03.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter04/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter04/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter04/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter04/_index.en.md -------------------------------------------------------------------------------- /pipelinesyntax/chapter04/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter04/images/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter04/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter04/images/01.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter04/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter04/images/02.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter04/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter04/images/03.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter05/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter05/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter05/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter05/_index.en.md -------------------------------------------------------------------------------- /pipelinesyntax/chapter05/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter05/images/.DS_Store -------------------------------------------------------------------------------- /pipelinesyntax/chapter05/images/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter05/images/01.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter05/images/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter05/images/02.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter05/images/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter05/images/03.png -------------------------------------------------------------------------------- /pipelinesyntax/chapter05/images/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/pipelinesyntax/chapter05/images/04.png -------------------------------------------------------------------------------- /shortcodes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/.DS_Store -------------------------------------------------------------------------------- /shortcodes/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/_index.en.md -------------------------------------------------------------------------------- /shortcodes/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/attachments.en.files/BachGavotteShort.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.en.files/BachGavotteShort.mp3 -------------------------------------------------------------------------------- /shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf -------------------------------------------------------------------------------- /shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf -------------------------------------------------------------------------------- /shortcodes/attachments.en.files/hugo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.en.files/hugo.png -------------------------------------------------------------------------------- /shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4 -------------------------------------------------------------------------------- /shortcodes/attachments.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.en.md -------------------------------------------------------------------------------- /shortcodes/attachments.fr.files/BachGavotteShort.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.fr.files/BachGavotteShort.mp3 -------------------------------------------------------------------------------- /shortcodes/attachments.fr.files/Carroll_AliceAuPaysDesMerveilles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.fr.files/Carroll_AliceAuPaysDesMerveilles.pdf -------------------------------------------------------------------------------- /shortcodes/attachments.fr.files/adivorciarsetoca00cape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.fr.files/adivorciarsetoca00cape.pdf -------------------------------------------------------------------------------- /shortcodes/attachments.fr.files/hugo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.fr.files/hugo.png -------------------------------------------------------------------------------- /shortcodes/attachments.fr.files/movieselectricsheep-flock-244-32500-2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.fr.files/movieselectricsheep-flock-244-32500-2.mp4 -------------------------------------------------------------------------------- /shortcodes/attachments.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/attachments.fr.md -------------------------------------------------------------------------------- /shortcodes/button.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/button.en.md -------------------------------------------------------------------------------- /shortcodes/button.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/button.fr.md -------------------------------------------------------------------------------- /shortcodes/children/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/children-1-1-1/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-2/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-2/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-2/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-2/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-2/test3.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-2/test3.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-2/test3.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-2/test3.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-3/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-3/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-3/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-3/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/children-4/_index.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-4/_index.en.md -------------------------------------------------------------------------------- /shortcodes/children/children-4/_index.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/children-4/_index.fr.md -------------------------------------------------------------------------------- /shortcodes/children/test.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/test.en.md -------------------------------------------------------------------------------- /shortcodes/children/test.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/children/test.fr.md -------------------------------------------------------------------------------- /shortcodes/expand.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/expand.en.md -------------------------------------------------------------------------------- /shortcodes/expand.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/expand.fr.md -------------------------------------------------------------------------------- /shortcodes/mermaid.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/mermaid.en.md -------------------------------------------------------------------------------- /shortcodes/mermaid.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/mermaid.fr.md -------------------------------------------------------------------------------- /shortcodes/notice.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/notice.en.md -------------------------------------------------------------------------------- /shortcodes/notice.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/notice.fr.md -------------------------------------------------------------------------------- /shortcodes/siteparam.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/siteparam.en.md -------------------------------------------------------------------------------- /shortcodes/siteparam.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeyangli/jenkins_pipeline_docs/HEAD/shortcodes/siteparam.fr.md --------------------------------------------------------------------------------