mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
17ee927807
details are available in the documentation contained in this PR
51 lines
1.8 KiB
YAML
51 lines
1.8 KiB
YAML
site_name: Jenkins 2.0 Pipelines
|
|
pages:
|
|
- Home: index.md
|
|
- Configuration: configuration.md
|
|
- 'Library steps':
|
|
- artifactSetVersion: steps/artifactSetVersion.md
|
|
- batsExecuteTests: steps/batsExecuteTests.md
|
|
- checkChangeInDevelopment: steps/checkChangeInDevelopment.md
|
|
- cloudFoundryDeploy: steps/cloudFoundryDeploy.md
|
|
- commonPipelineEnvironment: steps/commonPipelineEnvironment.md
|
|
- dockerExecute: steps/dockerExecute.md
|
|
- durationMeasure: steps/durationMeasure.md
|
|
- handlePipelineStepErrors: steps/handlePipelineStepErrors.md
|
|
- influxWriteData: steps/influxWriteData.md
|
|
- mavenExecute: steps/mavenExecute.md
|
|
- mtaBuild: steps/mtaBuild.md
|
|
- neoDeploy: steps/neoDeploy.md
|
|
- pipelineExecute: steps/pipelineExecute.md
|
|
- pipelineStashFiles: steps/pipelineStashFiles.md
|
|
- prepareDefaultValues: steps/prepareDefaultValues.md
|
|
- setupCommonPipelineEnvironment: steps/setupCommonPipelineEnvironment.md
|
|
- toolValidate: steps/toolValidate.md
|
|
- transportRequestCreate: steps/transportRequestCreate.md
|
|
- transportRequestRelease: steps/transportRequestRelease.md
|
|
- transportRequestUploadFile: steps/transportRequestUploadFile.md
|
|
- 'Required Plugins': jenkins/requiredPlugins.md
|
|
|
|
theme:
|
|
name: 'material'
|
|
palette:
|
|
primary: 'teal'
|
|
accent: 'purple'
|
|
logo: 'images/piper_head_white.png'
|
|
favicon: 'images/favicon.ico'
|
|
extra:
|
|
font:
|
|
text: 'Slabo 13px'
|
|
code: 'Ubuntu Mono'
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite(guess_lang=false)
|
|
- toc(permalink=true)
|
|
- footnotes
|
|
- pymdownx.superfences
|
|
extra_css:
|
|
- 'css/extra.css'
|
|
edit_uri: edit/master/documentation/docs
|
|
docs_dir: docs
|
|
site_dir: docs-gen
|
|
repo_url: https://github.com/SAP/jenkins-library
|