1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/test/groovy
Marcus Holl b6fd507145 Be more precise with libraryResource and read yaml in prepareDefaultValuesTest
In the free wild it is the duty of libraryResource to provide some resource as text
and it is the duty of readYaml to parse a text (... would also be possible to read
a file instead just parsing text, but that is a different story).

In our setup we just forwarded the resource name in libraryResource and reacted on
that resource name inside read yaml. There was no yaml parsing at all, the yaml 'as
it' was returned.

The approach now is much closer to reality. Library resource now provides the
text 'behind' the resource and yaml parses it. There is now a real yaml parsing.
Read yaml is now not registered explicitly anymore. It is just the readYaml closure
which is registerd by default for our tests.
2018-09-03 09:24:57 +02:00
..
com/sap/piper Ensure consistent location for files used by versioning tests (#278) 2018-08-31 14:13:11 +02:00
util Enable support for executing on K8S as a step (#231) 2018-08-21 15:45:59 +02:00
ArtifactSetVersionTest.groovy Ensure consistent location for files used by versioning tests (#278) 2018-08-31 14:13:11 +02:00
BatsExecuteTestsTest.groovy batsExecuteTests - add step for executing bats-core (#254) 2018-08-15 11:41:01 +02:00
CheckChangeInDevelopmentTest.groovy refactor withCredentials to ChangeManagement util class 2018-08-09 11:03:30 +02:00
ChecksPublishResultsTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
CloudFoundryDeployTest.groovy notify about deactivated SWA reporting (#261) 2018-08-29 10:01:16 +02:00
DockerExecuteOnKubernetesTest.groovy Enable support for executing on K8S as a step (#231) 2018-08-21 15:45:59 +02:00
DockerExecuteTest.groovy Enable support for executing on K8S as a step (#231) 2018-08-21 15:45:59 +02:00
DurationMeasureTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
InfluxWriteDataTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
MavenExecuteTest.groovy Improve check for batch mode in mavenExecute (#226) 2018-07-26 16:03:05 +02:00
MTABuildTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
NeoDeployTest.groovy neoDeploy with archvive from CPE 2018-08-17 15:46:46 +02:00
NewmanExecuteTest.groovy add stashing & private test repositories 2018-08-08 11:22:08 +02:00
PipelineExecuteTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
PipelineStashFilesAfterBuildTest.groovy pipelineStashFiles - cleanup & documentation 2018-06-01 12:33:06 +02:00
PipelineStashFilesBeforeBuildTest.groovy pipelineStashFiles - cleanup & documentation 2018-06-01 12:33:06 +02:00
PrepareDefaultValuesTest.groovy Be more precise with libraryResource and read yaml in prepareDefaultValuesTest 2018-09-03 09:24:57 +02:00
SetupCommonPipelineEnvironmentTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
SnykExecuteTest.groovy align used node images 2018-07-03 14:22:22 +02:00
TestsPublishResultsTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
ToolValidateTest.groovy drop NEO version verification - remove neo version check 2018-07-18 09:46:11 +02:00
TransportRequestCreateTest.groovy refactor withCredentials to ChangeManagement util class 2018-08-09 11:03:30 +02:00
TransportRequestReleaseTest.groovy Merge remote-tracking branch 'github/master' into HEAD 2018-08-14 12:13:30 +02:00
TransportRequestUploadFileTest.groovy Read applicationId also from configuration 2018-08-15 09:48:59 +02:00