mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
fbd03a88da
It contains: * versioning step artifactSetVersion * versioning implementation for Maven & Docker * enhancements to commonPipelineEnvironment * extended default configuration * new utils object for git-related tasks * automated tests incl. new Rules and resources * incorporated PR feedback * step documentation
50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
site_name: Jenkins 2.0 Pipelines
|
|
pages:
|
|
- Home: index.md
|
|
- 'Library steps':
|
|
- artifactSetVersion: steps/artifactSetVersion.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
|
|
- prepareDefaultValues: steps/prepareDefaultValues.md
|
|
- setupCommonPipelineEnvironment: steps/setupCommonPipelineEnvironment.md
|
|
- toolValidate: steps/toolValidate.md
|
|
- 'Library scripts':
|
|
- FileUtils: scripts/fileUtils.md
|
|
- JsonUtils: scripts/jsonUtils.md
|
|
- Utils: scripts/utils.md
|
|
- Version: scripts/version.md
|
|
- ConfigurationLoader: scripts/configurationLoader.md
|
|
- ConfigurationMerger: scripts/configurationMerger.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
|