From 30fc9b24ec254b1ad34aa23cb59a5d5729d7e60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 10 Sep 2020 16:18:23 +0200 Subject: [PATCH] Add mavenExecuteIntegration to documented steps (#2003) --- documentation/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index b3782a409..cf9abd0bd 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -84,6 +84,7 @@ nav: - malwareExecuteScan: steps/malwareExecuteScan.md - mavenBuild: steps/mavenBuild.md - mavenExecute: steps/mavenExecute.md + - mavenExecuteIntegration: steps/mavenExecuteIntegration.md - mavenExecuteStaticCodeChecks: steps/mavenExecuteStaticCodeChecks.md - mtaBuild: steps/mtaBuild.md - multicloudDeploy: steps/multicloudDeploy.md