1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/vars
Marcus Holl 3df4542271
move additional hints into markdown file (#2599)
These hints are up to now provided as javadoc like comments
at the call method for cloudFoundryDeploy step. At that level
they are not taken into account by the go generator.

Is is not a suitable approach to include this kind of markdown
docu into the long description of the metadata file since this
long description is (also) used by the piper help command when
invoking piper cloudFoundyDeploy --help. At that point in time
markdown like text does not make sense.
2021-02-19 08:44:51 +01:00
..
abapAddonAssemblyKitCheckCVs.groovy AAKaaS:1 check Component Versions (#2023) 2020-09-17 11:01:19 +02:00
abapAddonAssemblyKitCheckPV.groovy AAKaaS: 2 Check Product Version (#2037) 2020-09-17 15:56:14 +02:00
abapAddonAssemblyKitCreateTargetVector.groovy AAKaaS: 4 create Target Vector (#2041) 2020-09-18 11:18:51 +02:00
abapAddonAssemblyKitPublishTargetVector.groovy AAKaaS: 3 publish target Vector (#2040) 2020-09-18 10:24:46 +02:00
abapAddonAssemblyKitRegisterPackages.groovy AAKaaS: 5 register package (#2042) 2020-09-18 14:07:42 +02:00
abapAddonAssemblyKitReleasePackages.groovy AAKaaS: 6 release package (#2043) 2020-09-18 16:40:49 +02:00
abapAddonAssemblyKitReserveNextPackages.groovy AAKaaS: 7 reserve next package (#2046) 2020-09-18 17:27:04 +02:00
abapEnvironmentAssembleConfirm.groovy Adding new step for abap Enviroment Assembly Confirm (#2586) 2021-02-10 11:33:10 +01:00
abapEnvironmentAssemblePackages.groovy New step: abapEnvironmentAssemblePackages (#1884) 2020-08-27 07:54:03 +02:00
abapEnvironmentCheckoutBranch.groovy Add documentation + groovy file for the abapEnvironmentCheckoutBranch step (#1887) 2020-08-06 09:59:55 +02:00
abapEnvironmentCloneGitRepo.groovy Add groovy file and documentation for cloneGitRepo step (#1954) 2020-08-26 09:52:50 +02:00
abapEnvironmentCreateSystem.groovy Create groovy step for abapEnvironmentCreateSystem (#2303) 2020-11-11 17:08:24 +01:00
abapEnvironmentPipeline.groovy Add stages for build process to ABAP Environment Pipeline (#2052) 2020-10-02 17:03:43 +02:00
abapEnvironmentPipelineStageATC.groovy ATC remove wait time (#1953) 2020-08-24 11:01:16 +02:00
abapEnvironmentPipelineStageBuild.groovy Add stages for build process to ABAP Environment Pipeline (#2052) 2020-10-02 17:03:43 +02:00
abapEnvironmentPipelineStageCloneRepositories.groovy Create groovy step for abapEnvironmentCreateSystem (#2303) 2020-11-11 17:08:24 +01:00
abapEnvironmentPipelineStageConfirm.groovy Add stage docu (#2460) 2020-12-10 14:28:03 +01:00
abapEnvironmentPipelineStageInit.groovy Add ABAP Environment Pipeline (#1555) 2020-06-23 15:56:56 +02:00
abapEnvironmentPipelineStageInitialChecks.groovy Add stages for build process to ABAP Environment Pipeline (#2052) 2020-10-02 17:03:43 +02:00
abapEnvironmentPipelineStageIntegrationTests.groovy Add stage docu (#2460) 2020-12-10 14:28:03 +01:00
abapEnvironmentPipelineStagePost.groovy Add option to include a deletion prompt for Steampunk systems (#2198) 2020-10-29 10:30:50 +01:00
abapEnvironmentPipelineStagePrepareSystem.groovy Remove input statement (#2419) 2020-12-04 10:03:41 +01:00
abapEnvironmentPipelineStagePublish.groovy Add stages for build process to ABAP Environment Pipeline (#2052) 2020-10-02 17:03:43 +02:00
abapEnvironmentPullGitRepo.groovy Fix name of credentials ID param (#1552) 2020-05-14 19:17:47 +02:00
abapEnvironmentRunATCCheck.groovy Add abapEnvironmentRunATCCheck step (#1454) 2020-05-13 14:51:48 +02:00
artifactPrepareVersion.groovy Run artifactPrepareVersion in maven container if necessary (#1634) 2020-06-08 17:08:05 +02:00
artifactSetVersion.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
batsExecuteTests.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
buildExecute.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
buildSetResult.groovy piperPipeline: handle build result correctly (#660) 2019-04-15 14:18:08 +02:00
cfManifestSubstituteVariables.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
checkChangeInDevelopment.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
checkForLegacyConfiguration.groovy Improve error message for legacy cloud sdk config (#2348) 2020-11-11 14:47:55 +01:00
checkmarxExecuteScan.groovy Use mavenExecute from go (#1388) 2020-04-24 10:41:49 +02:00
checksPublishResults.groovy fix(checks+tests): fail pipeline if plugins fail the build (#2463) 2020-12-11 14:49:36 +01:00
cloudFoundryCreateService.groovy Implementing cfCreateService in Golang (#1649) 2020-08-19 10:17:27 +02:00
cloudFoundryCreateServiceKey.groovy Add abapEnvironmentRunATCCheck step (#1454) 2020-05-13 14:51:48 +02:00
cloudFoundryCreateSpace.groovy Add steps for cf space creation and deletion (#2049) 2020-09-24 11:30:25 +02:00
cloudFoundryDeleteService.groovy fix: prevent script to json conversion (#1495) 2020-05-05 15:21:59 +02:00
cloudFoundryDeleteSpace.groovy Add steps for cf space creation and deletion (#2049) 2020-09-24 11:30:25 +02:00
cloudFoundryDeploy.groovy move additional hints into markdown file (#2599) 2021-02-19 08:44:51 +01:00
commonPipelineEnvironment.groovy fix(cpe): fix issue in custom type determination (#2505) 2021-01-12 11:36:25 +01:00
containerExecuteStructureTests.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
containerPushToRegistry.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
containerSaveImage.groovy adding groovy wrapper for containerSaveImage (#1663) 2020-06-15 16:44:49 +02:00
debugReportArchive.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
detectExecuteScan.groovy detect: add parameter aliases (#2099) 2020-10-01 13:34:51 +02:00
dockerExecute.groovy Move pull image parameters to general section (#2478) 2021-01-13 10:48:48 +01:00
dockerExecuteOnKubernetes.groovy use v6 version of ppiper/cf-cli consistently for all go steps (#2569) 2021-02-11 09:31:25 +01:00
dubExecute.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
durationMeasure.groovy fix code climate issues (#712) 2019-05-16 10:46:13 +02:00
fioriOnCloudPlatformPipeline.groovy Fiori Scenario from Neo to CF (#2164) 2020-10-15 13:29:52 +02:00
fortifyExecuteScan.groovy Fix injection of download cache parameters (#1605) 2020-05-27 18:20:10 +02:00
gatlingExecuteTests.groovy New step gatlingExecuteTests, used in Performance stage (#2298) 2020-11-03 17:42:02 +01:00
gaugeExecuteTests.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
gctsCloneRepository.groovy Introducing new step 'gctsCloneRepository' (#1468) 2020-06-18 07:45:22 +02:00
gctsCreateRepository.groovy fix: prevent script to json conversion (#1495) 2020-05-05 15:21:59 +02:00
gctsDeploy.groovy Introducing new step 'gctsDeployCommit' (#1476) 2020-05-18 21:39:35 +02:00
gctsExecuteABAPUnitTests.groovy Introducing new step 'gctsExecuteABAPUnitTests' (#1532) 2020-07-14 10:58:57 +02:00
gctsRollback.groovy Introducing new step 'gctsRollback' (#1526) 2020-07-23 20:20:07 +02:00
githubCheckBranchProtection.groovy Add step for GitHub branch protection check (2) (#2016) 2020-09-14 12:05:12 +02:00
githubCommentIssue.groovy add step to create a GitHub comment (#2479) 2020-12-21 16:21:07 +01:00
githubCreateIssue.groovy add step to create a GitHub issue (#2481) 2020-12-21 17:13:16 +01:00
githubPublishRelease.groovy fix: prevent script to json conversion (#1495) 2020-05-05 15:21:59 +02:00
githubSetCommitStatus.groovy Add step to set GitHub status (#2012) 2020-09-14 18:08:24 +02:00
gitopsUpdateDeployment.groovy feat(Gitops): new step to update deployment (#2178) 2020-10-20 09:05:17 +02:00
hadolintExecute.groovy refactor(hadolint): implement step in GO (#1169) 2020-11-16 15:14:54 +01:00
handlePipelineStepErrors.groovy fix(handlePipelineStepError): correct handling of failed steps (#2498) 2021-01-11 10:49:33 +01:00
healthExecuteCheck.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
influxWriteData.groovy fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
integrationArtifactDeploy.groovy IntegrationArtifactDeploy Command (#2526) 2021-01-22 15:55:50 +01:00
integrationArtifactDownload.groovy IntegrationArtifactDownload Command (#2587) 2021-02-10 17:08:23 +01:00
integrationArtifactGetMplStatus.groovy IntegrationArtifactGetMplStatus Command (#2558) 2021-02-04 10:50:15 +01:00
integrationArtifactGetServiceEndpoint.groovy IntegrationArtifactGetServiceEndpoint Command (#2582) 2021-02-05 10:35:55 +01:00
integrationArtifactUpdateConfiguration.groovy IntegrationArtifactUpdateConfiguration Command (#2542) 2021-01-29 09:46:47 +01:00
integrationArtifactUpload.groovy IntegrationArtifactUpload Command (#2610) 2021-02-17 09:59:56 +01:00
jenkinsMaterializeLog.groovy jenkinsMaterialzeLog: use log without binary annotations (#1542) 2020-05-18 21:19:30 +02:00
kanikoExecute.groovy kanikoExecute - golang version (#1765) 2020-07-10 08:07:59 +02:00
karmaExecuteTests.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
kubernetesDeploy.groovy Use mavenExecute from go (#1388) 2020-04-24 10:41:49 +02:00
mailSendNotification.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
malwareExecuteScan.groovy Remove handle pipeline step errors from groovy glue code (#2573) 2021-02-04 08:54:00 +01:00
mavenBuild.groovy Fix injection of download cache parameters (#1605) 2020-05-27 18:20:10 +02:00
mavenExecute.groovy Fix injection of download cache parameters (#1605) 2020-05-27 18:20:10 +02:00
mavenExecuteIntegration.groovy Do not collect test results in wrapper (#1869) 2020-07-30 16:10:20 +02:00
mavenExecuteStaticCodeChecks.groovy Fix injection of download cache parameters (#1605) 2020-05-27 18:20:10 +02:00
mtaBuild.groovy Fix injection of download cache parameters (#1605) 2020-05-27 18:20:10 +02:00
multicloudDeploy.groovy Add preDeploymentHook to multicloudDeploy step (#2308) 2020-11-03 16:46:33 +01:00
neoDeploy.groovy Support for secretfile type neo credential for deployment (#2537) 2021-01-26 09:29:44 +01:00
newmanExecute.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
nexusUpload.groovy refactor: align parameter name for username (#1960) 2020-09-16 11:33:03 +02:00
npmExecute.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
npmExecuteEndToEndTests.groovy Allow npm install in e2e tests (#2281) 2020-10-30 11:56:29 +01:00
npmExecuteLint.groovy Add Java-/Typescript linting capabilities (#1636) 2020-06-22 10:12:28 +02:00
npmExecuteScripts.groovy Add sysadmin capabilities to npmExecuteScripts (#1691) 2020-06-19 16:39:07 +02:00
pipelineExecute.groovy fix code climate issues (#712) 2019-05-16 10:46:13 +02:00
pipelineRestartSteps.groovy Show user friendly error messages for pipeline restart step. (#2409) 2020-11-26 08:03:22 +01:00
pipelineStashFiles.groovy pipelineStashFiles: generate docu 2019-04-12 22:45:31 +02:00
pipelineStashFilesAfterBuild.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
pipelineStashFilesBeforeBuild.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
piperExecuteBin.groovy (Vault) Improvements (#2439) 2021-02-15 09:48:51 +01:00
piperInitRunStageConfiguration.groovy Remove "onlyInProductiveBranch" check (#2253) 2020-10-28 17:08:38 +01:00
piperLoadGlobalExtensions.groovy Load global extensions in setupCommonPipelineEnvironment (#1688) 2020-06-22 17:52:11 +02:00
piperPipeline.groovy remove library statement from piperPipeline (#1595) 2020-06-18 08:24:47 +02:00
piperPipelineStageAcceptance.groovy Add technical stage names behind feature toggle (#1933) 2020-08-28 16:11:35 +02:00
piperPipelineStageAdditionalUnitTests.groovy Add npmExecuteScripts to piperPipelineStageAdditionalUnitTests (#1978) 2020-09-03 13:12:27 +02:00
piperPipelineStageArtifactDeployment.groovy Add technical stage names behind feature toggle (#1933) 2020-08-28 16:11:35 +02:00
piperPipelineStageBuild.groovy feat(pipeline): add sonar step to PR and Build stage (#1651) 2020-11-10 09:18:14 +01:00
piperPipelineStageCompliance.groovy Run SonarQube scan in Compliance stage (#1974) 2020-09-08 17:28:29 +02:00
piperPipelineStageConfirm.groovy Add a milestone for Confirm stage (#2087) 2020-10-07 10:56:25 +02:00
piperPipelineStageInit.groovy Skip checkout flag (#2594) 2021-02-11 16:21:57 +01:00
piperPipelineStageIntegration.groovy Add technical stage names behind feature toggle (#1933) 2020-08-28 16:11:35 +02:00
piperPipelineStageMavenStaticCodeChecks.groovy Remove references to cloud sdk (#2418) 2020-11-23 17:48:53 +01:00
piperPipelineStagePerformance.groovy Add deployment to performance tests stage and enable stage (#2370) 2020-11-13 16:31:45 +01:00
piperPipelineStagePost.groovy Feature/approle secret id rotation (#2311) 2020-11-17 13:49:31 +01:00
piperPipelineStagePromote.groovy Run nexusUpload in stage Promote (#2349) 2020-11-11 16:32:23 +01:00
piperPipelineStagePRVoting.groovy Add mavenExecuteIntegration, mavenExecuteStaticCodeChecks, npmExecuteLint and npmExecuteScripts to piperPipelineStagePRVoting (#2352) 2020-11-12 09:25:44 +01:00
piperPipelineStageRelease.groovy Add technical stage names behind feature toggle (#1933) 2020-08-28 16:11:35 +02:00
piperPipelineStageSecurity.groovy Extend piperPipelineStageSecurity to run detectExecuteScan step (#2069) 2020-09-28 09:56:57 +02:00
piperPublishWarnings.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
piperStageWrapper.groovy Extend conditions for step and stage activation (#1955) 2020-08-27 15:49:09 +02:00
prepareDefaultValues.groovy Enable use of customDefaults from Project Config also in Groovy (#1521) 2020-05-12 13:50:18 +02:00
protecodeExecuteScan.groovy refactor(protecode): add explicit parameter for Docker config.json file (#1914) 2020-08-12 14:57:11 +02:00
runClosures.groovy Add step for end to end test execution (#1786) 2020-07-13 15:10:12 +02:00
seleniumExecuteTests.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
setupCommonPipelineEnvironment.groovy Include configFile in pipelineConfigAndTests stash (#2424) 2020-12-01 12:04:27 +01:00
slackSendNotification.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
snykExecute.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
sonarExecuteScan.groovy Improve logging wrt the docker image used for launching piper-go (#1578) 2020-10-01 16:27:50 +02:00
spinnakerTriggerPipeline.groovy fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
testsPublishResults.groovy fix(checks+tests): fail pipeline if plugins fail the build (#2463) 2020-12-11 14:49:36 +01:00
tmsUpload.groovy fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
transportRequestCreate.groovy Clarify: transportRequestId can only be provided via signature (#1378) 2020-09-30 14:29:46 +02:00
transportRequestRelease.groovy Clarify: transportRequestId can only be provided via signature (#1378) 2020-09-30 14:29:46 +02:00
transportRequestUploadFile.groovy fix typo for transportRequestUploadFile (#2499) 2021-01-12 15:15:30 +01:00
uiVeri5ExecuteTests.groovy feat(uiVeri5): golang implmementation for uiVeri5ExecuteTests (#2394) 2021-01-28 11:31:24 +01:00
vaultRotateSecretId.groovy Feature/approle secret id rotation (#2311) 2020-11-17 13:49:31 +01:00
whitesourceExecuteScan.groovy feat(whitesourceExecuteScan): UA for all build tools, e.g. maven & npm (#2501) 2021-02-03 14:52:48 +01:00
writeTemporaryCredentials.groovy Groovy: Load step defaults also from stages section in defaults (#1943) 2020-08-26 15:32:58 +02:00
xsDeploy.groovy refactor: align parameter name for username (#1960) 2020-09-16 11:33:03 +02:00