From d5bc8db50e198c0011bb41bc85ba98fec0216bbd Mon Sep 17 00:00:00 2001 From: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com> Date: Wed, 12 Feb 2020 08:53:32 +0100 Subject: [PATCH] Add missing pages to documentation (#1172) * Create spinnakerTriggerPipeline.md * Update mkdocs.yml --- documentation/docs/steps/spinnakerTriggerPipeline.md | 9 +++++++++ documentation/mkdocs.yml | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 documentation/docs/steps/spinnakerTriggerPipeline.md diff --git a/documentation/docs/steps/spinnakerTriggerPipeline.md b/documentation/docs/steps/spinnakerTriggerPipeline.md new file mode 100644 index 000000000..3d8f3171a --- /dev/null +++ b/documentation/docs/steps/spinnakerTriggerPipeline.md @@ -0,0 +1,9 @@ +# ${docGenStepName} + +## ${docGenDescription} + +## ${docGenParameters} + +## ${docGenConfiguration} + +## ${docJenkinsPluginDependencies} diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index c7b6df8f4..569e0fd1c 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -34,6 +34,7 @@ nav: - batsExecuteTests: steps/batsExecuteTests.md - buildExecute: steps/buildExecute.md - checkChangeInDevelopment: steps/checkChangeInDevelopment.md + - checkmarxExecuteScan: steps/checkmarxExecuteScan.md - checksPublishResults: steps/checksPublishResults.md - cfManifestSubstituteVariables: steps/cfManifestSubstituteVariables.md - cloudFoundryCreateService: steps/cloudFoundryCreateService.md @@ -71,11 +72,13 @@ nav: - pipelineStashFilesBeforeBuild: steps/pipelineStashFilesBeforeBuild.md - piperPublishWarnings: steps/piperPublishWarnings.md - prepareDefaultValues: steps/prepareDefaultValues.md + - protecodeExecuteScan: steps/protecodeExecuteScan.md - seleniumExecuteTests: steps/seleniumExecuteTests.md - setupCommonPipelineEnvironment: steps/setupCommonPipelineEnvironment.md - slackSendNotification: steps/slackSendNotification.md - snykExecute: steps/snykExecute.md - sonarExecuteScan: steps/sonarExecuteScan.md + - spinnakerTriggerPipeline: steps/spinnakerTriggerPipeline.md - testsPublishResults: steps/testsPublishResults.md - tmsUpload: steps/tmsUpload.md - transportRequestCreate: steps/transportRequestCreate.md