1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/test/groovy
maheshsrikrishnan 64a00c540a
New piper step APIProviderDownload contribution (#3349)
* added store file function in cpi common utils

Change-Id: Ia429a2792266e082d139025a71799d21c30a7df9

* Added api provider steps

Change-Id: Icd2829a91db4c53d0de2330822d2b33933973868

* Update apiProviderDownload.yaml

* fixed yaml JLINT issue

Change-Id: Iac974abc30fa00e68c0177072b93716b0af5e0c5

* Removed trailing spaces

Change-Id: I927e9314fce6e9cab68d6b97577c7c96bb2bddad

* Resolved common steps groovy script conflict

Change-Id: I3ad144b618e1c77953aaeccaa5bf7309aff77ca9

* Change for conflict resolution

Change-Id: Ic955833eca844f090b7983f99f9d3649ebb981c7

* Fixed method name and its corresponding implementation

Change-Id: I465c1f1d5306bb978386de9efca3c521e385b89c

* Moved re-usable function to commonUtils package

Change-Id: Ide06462b01caeb2bf438ad7661e01c15bf8e8e24

* Changed the implementation to use existing writeFile method

* Fixed review comments on documentation and test structuring

Change-Id: Ifebd2f4b50754b2097b2d564fb3cc37c433ef6c9

* Fixed documentation alignment issues

* Fixed spaces issue

Change-Id: I834bd94e01bce72e7f81ab49ba32671c91c66ca9

* Documentation removed extra spaces

Change-Id: I9a639d76ed9b81c870f18349504044bb70753b52

* Fixed doc build issue

Change-Id: I96c3e15e73834b64f8b8e3432ce59f6b037f93fd

* Fixed documentation build issues

Change-Id: I7fca2ba69bc7b7298ee300ccd1ae16a6238dc96b

* Re-generated code for fixing build failure

Change-Id: I22b7ee6162f643d9f3b60f6a33eb7858927182a0

* Adopted file utils & mock

Change-Id: Ic46462003527f41df64395a5a615c19bf374e8ef

* Removed ioutil call in the test & adopted error variable names

* Removed commented lines

Change-Id: I99a12e39bc04323e9c19f1409d97eeca267e6fdb

* Added test for asserting file download and adopted error variables

Change-Id: I49463a3b75987bf68f5261d45602d2d7bd960a05

* Added download path assertion positive & negative case

Change-Id: Ieee461c3973b9dfa8f395dc936e4241ff9694c7b

* Modified tests with DownloadPath variable

Change-Id: Iaf14c9ea1a8242b6c8d8e9e4fac8c23d9c1b3a74

* Added testcase to validate file content

Change-Id: I21aed481b433450c3b536dbb29d45291f61848d8

* Refactored test for file content check to avoid failures

Change-Id: I3b4fe9a0de678f437fd4cc0a8203ae9434d9fa8e

* Removed auto-generated comments

Change-Id: I86c4ac3e7e4476a75d6cbed58826ec1f3278d7d2

* Fixed documentation review comments

Change-Id: I4faf31473b53fc53a5517d418c343bf7320eec55

* Fixed documentation indentation

Change-Id: I386f046cf4e10ee6deb5a81fcfc8c430c97086c8

* Fix build issue

Change-Id: I61a829cabaf03ffd5e77cddc594486a650118fa3
2022-03-09 13:07:23 +01:00
..
com/sap/piper enforce that step metadata yaml file is called <step>.yaml (#3226) 2021-11-15 14:20:20 +01:00
templates Config & Documentation ATC System Configuration Steps/Stage (#3552) 2022-02-17 17:33:12 +01:00
util GPP Init Stage needs to consider mta yaml path (#3305) 2021-12-14 14:43:02 +01:00
ArtifactSetVersionTest.groovy
BuildExecuteTest.groovy remove docker native buildtool check (#3336) 2021-12-22 16:51:06 +01:00
CfManifestSubstituteVariablesTest.groovy
CheckChangeInDevelopmentTest.groovy isChangeInDevelopment creation (#3139) 2021-10-04 14:35:38 +02:00
CheckForLegacyConfigurationTest.groovy Improve error message for legacy cloud sdk config (#2348) 2020-11-11 14:47:55 +01:00
CheckmarxExecuteScanTest.groovy enforce that step metadata yaml file is called <step>.yaml (#3226) 2021-11-15 14:20:20 +01:00
ChecksPublishResultsTest.groovy checksPublishResults: prepare reports only if the reporting is active (#2971) 2021-07-12 10:02:09 +02:00
CloudFoundryDeployTest.groovy chore(cloudFoundryDeploy): remove deprecated groovy-based part (#3242) 2021-11-09 07:44:31 +01:00
CnbBuildTest.groovy fix(cnbBuild): failOnError (#3344) 2021-12-08 17:13:20 +01:00
CommonPipelineEnvironmentTest.groovy refactor: move common pipeline environment handling to golang (#2823) 2021-06-15 14:34:56 +02:00
CommonStepsTest.groovy New piper step APIProviderDownload contribution (#3349) 2022-03-09 13:07:23 +01:00
ContainerPushToRegistryTest.groovy Add option to tag artifact version to containerPushToRegistryStep (#2859) 2021-06-28 08:02:06 +02:00
DebugReportArchiveTest.groovy
DockerExecuteOnKubernetesTest.groovy add annotations (#3207) 2021-11-02 10:00:38 +01:00
DockerExecuteTest.groovy dockerExecute: Wrap all code in docker.withRegistry() (#2384) 2020-11-17 14:53:09 +01:00
DownloadCacheUtilsTest.groovy
DubExecuteTest.groovy
DurationMeasureTest.groovy
FioriOnCloudPlatformPipelineTest.groovy chore(cloudFoundryDeploy): remove deprecated groovy-based part (#3242) 2021-11-09 07:44:31 +01:00
GatlingExecuteTestsTest.groovy New step gatlingExecuteTests, used in Performance stage (#2298) 2020-11-03 17:42:02 +01:00
GithubPublishReleaseTest.groovy enforce that step metadata yaml file is called <step>.yaml (#3226) 2021-11-15 14:20:20 +01:00
HandlePipelineStepErrorsTest.groovy
HealthExecuteCheckTest.groovy
InfluxWriteDataTest.groovy
isChangeInDevelopmentTest.groovy isChangeInDevelopment creation (#3139) 2021-10-04 14:35:38 +02:00
JenkinsMaterializeLogTest.groovy
KubernetesDeployTest.groovy enforce that step metadata yaml file is called <step>.yaml (#3226) 2021-11-15 14:20:20 +01:00
MailSendNotificationTest.groovy
MavenExecuteIntegrationTest.groovy [CPE] write commonPipelineEnvironment even when it's empty (#2904) 2021-06-15 18:42:04 +02:00
MavenExecuteStaticCodeChecksTest.groovy enforce that step metadata yaml file is called <step>.yaml (#3226) 2021-11-15 14:20:20 +01:00
MavenExecuteTest.groovy refactor: move common pipeline environment handling to golang (#2823) 2021-06-15 14:34:56 +02:00
MtaBuildTest.groovy
MulticloudDeployTest.groovy use v6 version of ppiper/cf-cli consistently for all go steps (#2569) 2021-02-11 09:31:25 +01:00
NeoDeployTest.groovy Support for secretfile type neo credential for deployment (#2537) 2021-01-26 09:29:44 +01:00
NexusUploadTest.groovy [CPE] write commonPipelineEnvironment even when it's empty (#2904) 2021-06-15 18:42:04 +02:00
NpmExecuteEndToEndTestsTest.groovy Allow npm install in e2e tests (#2281) 2020-10-30 11:56:29 +01:00
NpmExecuteTest.groovy
PipelineExecuteTest.groovy
PipelineRestartStepsTest.groovy
PipelineStashFilesAfterBuildTest.groovy
PipelineStashFilesBeforeBuildTest.groovy
PiperExecuteBinTest.groovy [CPE] write commonPipelineEnvironment even when it's empty (#2904) 2021-06-15 18:42:04 +02:00
PiperLoadGlobalExtensionsTest.groovy
PiperPublishWarningsTest.groovy
PiperStageWrapperTest.groovy
PrepareDefaultValuesTest.groovy
SeleniumExecuteTestsTest.groovy
SetupCommonPipelineEnvironmentTest.groovy Include configFile in pipelineConfigAndTests stash (#2424) 2020-12-01 12:04:27 +01:00
SlackSendNotificationTest.groovy change slack color to reflect all states (#2320) 2020-11-05 14:16:00 +01:00
SnykExecuteTest.groovy
SonarExecuteScanTest.groovy
SpinnakerTriggerPipelineTest.groovy
TestsPublishResultsTest.groovy
TmsUploadTest.groovy GPP Init Stage needs to consider mta yaml path (#3305) 2021-12-14 14:43:02 +01:00
TransportRequestCreateTest.groovy Clarify: transportRequestId can only be provided via signature (#1378) 2020-09-30 14:29:46 +02:00
TransportRequestReleaseTest.groovy Clarify: transportRequestId can only be provided via signature (#1378) 2020-09-30 14:29:46 +02:00
TransportRequestUploadCTSTest.groovy CTS Upload Groovy (#2970) 2021-07-08 16:37:39 +02:00
TransportRequestUploadFileTest.groovy TransportRequestUploadFile migration to Go - Git commit scan (#3094) 2021-09-27 11:57:20 +02:00
TransportRequestUploadRFCTest.groovy RFC Upload Groovy (#2920) 2021-07-06 10:09:41 +02:00
TransportRequestUploadSOLMANTest.groovy TransportRequest: add UploadSOLMAN groovy step (#2688) 2021-03-22 11:53:37 +01:00
WriteTemporaryCredentialsTest.groovy
XsDeployTest.groovy Move pull image parameters to general section (#2478) 2021-01-13 10:48:48 +01:00