mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
PCDES-365 - Describe Piper usage without cx-server
integrate into guided tour/mkdocs remove static plugin list
This commit is contained in:
parent
1c316dd44a
commit
470c8e1eb1
@ -1,4 +1,4 @@
|
||||
# My own Jenkins
|
||||
# Custom Jenkins Setup
|
||||
|
||||
Although we recommend to use the Cx server, you don't need to. You can run project "Piper" on your own Jenkins installation. However, you have to care for some settings the Cx Server gives you for free. Furthermore, the support of a none Cx Server installations is challenging.
|
||||
|
@ -42,7 +42,7 @@ For more information on the Cx Server and how to customize your Jenkins, have a
|
||||
|
||||
If you use your own Jenkins installation, you need to care for the configuration that is specific to project "Piper".
|
||||
This option should only be considered if you know why you need it, otherwise using the Cx Server life-cycle management makes your life much easier.
|
||||
If you choose to go this path, follow [my own Jenkins installation][guidedtour-my-own-jenkins] for some hints.
|
||||
If you choose to go this path, follow the [Custom Jenkins Setup guide][resources-custom-jenkins].
|
||||
|
||||
**Note:** This option is not supported for SAP Cloud SDK projects.
|
||||
|
||||
@ -193,10 +193,10 @@ The **Configuration** pattern supports simple pipelines that can be reused by mu
|
||||
Please also consult the blog post on setting up [Continuous Delivery for S/4HANA extensions][sap-blog-ci-cd] and get tons of informations around the application development with the [S/4HANA Cloud SDK][sap-blog-s4-sdk-first-steps].
|
||||
|
||||
|
||||
[guidedtour-my-own-jenkins]: myownjenkins.md
|
||||
[guidedtour-sample.config]: samples/cloud-cf-helloworld-nodejs/pipeline/config.yml
|
||||
[guidedtour-sample.jenkins]: samples/cloud-cf-helloworld-nodejs/Jenkinsfile
|
||||
[guidedtour-sample.mta]: samples/cloud-cf-helloworld-nodejs/mta.yaml
|
||||
[resources-custom-jenkins]: customjenkins.md
|
||||
[resources-configuration]: configuration.md
|
||||
[resources-step-mtabuild]: steps/mtaBuild.md
|
||||
[resources-step-cloudFoundryDeploy]: steps/cloudFoundryDeploy.md
|
||||
|
@ -1,56 +0,0 @@
|
||||
# Required Plugins
|
||||
|
||||
The following Jenkins plugins are needed in order to use the Piper Library.
|
||||
The list below contains the plugin Id and version of the plugin.
|
||||
|
||||
**Plugins**
|
||||
|
||||
- ace-editor 1.1
|
||||
- authentication-tokens 1.3
|
||||
- bouncycastle-api 2.16.2
|
||||
- branch-api 2.0.14
|
||||
- cloudbees-folder 6.2.1
|
||||
- credentials 2.1.16
|
||||
- credentials-binding 1.13
|
||||
- display-url-api 2.1.0
|
||||
- docker-commons 1.9
|
||||
- docker-workflow 1.10
|
||||
- durable-task 1.15
|
||||
- git 3.6.2
|
||||
- git-client 2.5.0
|
||||
- git-server 1.7
|
||||
- handlebars 1.1.1
|
||||
- icon-shim 2.0.3
|
||||
- jquery-detached 1.2.1
|
||||
- junit 1.21
|
||||
- mailer 1.20
|
||||
- matrix-project 1.12
|
||||
- momentjs 1.1.1
|
||||
- pipeline-build-step 2.5.1
|
||||
- pipeline-graph-analysis 1.3
|
||||
- pipeline-input-step 2.8
|
||||
- pipeline-milestone-step 1.3.1
|
||||
- pipeline-model-api 1.2.2
|
||||
- pipeline-model-definition 1.1.1
|
||||
- pipeline-model-extensions 1.1.1
|
||||
- pipeline-rest-api 2.6
|
||||
- pipeline-stage-step 2.2
|
||||
- pipeline-stage-tags-metadata 1.2.2
|
||||
- pipeline-stage-view 2.6
|
||||
- pipeline-utility-steps 1.3.0
|
||||
- plain-credentials 1.4
|
||||
- scm-api 2.2.3
|
||||
- script-security 1.34
|
||||
- ssh-credentials 1.13
|
||||
- structs 1.10
|
||||
- workflow-aggregator 2.5
|
||||
- workflow-api 2.23.1
|
||||
- workflow-basic-steps 2.6
|
||||
- workflow-cps 2.41
|
||||
- workflow-cps-global-lib 2.7
|
||||
- workflow-durable-task-step 2.17
|
||||
- workflow-job 2.12.2
|
||||
- workflow-multibranch 2.14
|
||||
- workflow-scm-step 2.6
|
||||
- workflow-step-api 2.13
|
||||
- workflow-support 2.16
|
@ -81,7 +81,7 @@ nav:
|
||||
- whitesourceExecuteScan: steps/whitesourceExecuteScan.md
|
||||
- xsDeploy: steps/xsDeploy.md
|
||||
- Resources:
|
||||
- 'Required Plugins': jenkins/requiredPlugins.md
|
||||
- 'Custom Jenkins Setup': customjenkins.md
|
||||
|
||||
theme:
|
||||
name: 'material'
|
||||
|
Loading…
Reference in New Issue
Block a user