1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-16 11:09:33 +02:00
Commit Graph

1479 Commits

Author SHA1 Message Date
Marcus Holl
721aae4a8b configure docu generation for karmaExecuteTests 2019-03-14 14:01:48 +01:00
Marcus Holl
2b36909f38 Merge remote-tracking branch 'github/master' into HEAD 2019-03-14 13:53:18 +01:00
Christopher Fenner
851e98aef8
handlePipelineStepErrors: add error data to influx measurement (#563) 2019-03-14 13:51:00 +01:00
Marcus Holl
9cf49a51cb Merge remote-tracking branch 'github/master' into HEAD 2019-03-14 13:36:10 +01:00
Marcus Holl
466cee5e1d
Merge pull request #512 from marcusholl/pr/unstashSkipNull
Unstash in loop only if identifier is available
2019-03-14 13:32:45 +01:00
Marcus Holl
ad467a6ead Merge remote-tracking branch 'github/master' into HEAD 2019-03-14 13:21:19 +01:00
Marcus Holl
d4b0549f74 Merge remote-tracking branch 'github/master' into HEAD 2019-03-14 13:07:30 +01:00
Daniel Kurzynski
9055dd1ea0
Merge branch 'master' into pr/neoDeployParamChecksEarly 2019-03-14 12:52:55 +01:00
Christopher Fenner
4953a894c5
uiVeri5ExecuteTests: add testServerUrl (#543) 2019-03-13 17:45:41 +01:00
Marcus Holl
adafab91e2 Perform parameter validation early, do not truncate parameters
In case of a mis-configuration we get a hint like "host is missing".
Actually it should be "neo/host is missing" since the parameter "host" is nested inside "neo".

Having simply "host" confuses the person troubleshooting this issue.

With this change the input validation is performed right at the beginning of the step.
The NeoCommandLine helper does not check a second time now.
2019-03-13 15:44:57 +01:00
Marcus Holl
7e1c171685
Merge branch 'master' into pr/fixStageDoc 2019-03-13 15:36:28 +01:00
Marcus Holl
4d5dd2963f
Merge pull request #449 from marcusholl/pr/rfc-upload
Upload binaries to transport requests via RFC
2019-03-13 15:09:22 +01:00
Marcus Holl
201b075cb5 Merge remote-tracking branch 'github/master' into HEAD 2019-03-13 14:36:34 +01:00
Marcus Holl
fb6edfc233 Document how to trigger integration tests. 2019-03-13 14:28:53 +01:00
Thorsten Duda
28cf46a2fc fix parameter order for instance and client 2019-03-13 14:20:25 +01:00
Marcus Holl
513ceee8cf
Merge branch 'master' into pr/fixStageDoc 2019-03-13 12:39:59 +01:00
Alejandra Ferreiro Vidal
cf44e18c69 Remove outdated log message (#550) 2019-03-13 12:38:04 +01:00
Christopher Fenner
6d7205377c generate karma docs (#555) 2019-03-13 12:01:05 +01:00
Marcus Holl
e9b7075630
Merge pull request #468 from SAP/remove-compatability
Remove compatibility for neoDeploy
2019-03-12 16:54:47 +01:00
Marcus Holl
5afaf9cb06 Merge remote-tracking branch 'github/master' into HEAD 2019-03-12 16:08:15 +01:00
Christopher Fenner
57911a5835
Merge branch 'master' into pr/fixStageDoc 2019-03-12 11:26:42 +01:00
Marcus Holl
d3bf402621
Merge pull request #471 from marcusholl/pr/removeNeoCredentialsCheck
Removing check for neo deploy credentials id
2019-03-12 10:15:19 +01:00
Marcus Holl
a11a9e5fc2 Merge remote-tracking branch 'github/master' into HEAD 2019-03-12 09:52:36 +01:00
Marcus Holl
4918a5c941
Merge pull request #540 from SAP/marcusholl/integrationtests/removeRedundanciesInIntegrationTests
Provide integration test controller
2019-03-12 09:17:13 +01:00
Marcus Holl
af625bb2d0 Merge remote-tracking branch 'github/master' into HEAD 2019-03-12 09:10:21 +01:00
Oliver Nocon
857bd2794a
uiVeri5ExecuteTests, documentation update (#545) 2019-03-11 17:27:37 +01:00
Marcus Holl
4e54032478 fix typo in error message 2019-03-07 14:09:12 +01:00
Daniel Kurzynski
ea81e97127
Merge branch 'master' into marcusholl/integrationtests/removeRedundanciesInIntegrationTests 2019-03-07 13:23:42 +01:00
Daniel Kurzynski
1bd1b01a7a
Merge branch 'master' into remove-compatability 2019-03-07 12:54:04 +01:00
Marcus Holl
a7bc198342 neo toolset not configurable (#484) 2019-03-07 12:53:25 +01:00
Marcus Holl
42d57479d9 Verbose flag for transport request release 2019-03-05 12:35:28 +01:00
Marcus Holl
ad3e0f86d1 Verbose flag for transportRequestCreate 2019-03-05 10:29:23 +01:00
Marcus Holl
9efa21f2f6 trap the heartbeat thread 2019-03-01 15:19:36 +01:00
Marcus Holl
aac570c5ef fix cc issues 2019-03-01 15:16:49 +01:00
Marcus Holl
1b6ed24b8c filter branch for integration tests. 2019-03-01 14:28:32 +01:00
Marcus Holl
ffb04e8948 fix: TEST_CASE_ROOT not updated after first loop
afterwards the same directory was used for all test cases.
2019-03-01 14:18:12 +01:00
Marcus Holl
31a10bc522 introduce function for notifying github 2019-03-01 14:18:11 +01:00
Christopher Fenner
9ebce31fe6
influxWriteData: use org/repo as default prefix (#534) 2019-02-28 08:45:44 +01:00
Marcus Holl
e69a690614 In case of PR: PR Hash, if not HEAD commit used for notification 2019-02-28 08:07:18 +01:00
Christopher Fenner
2817efa2ed
prepareDefaultValues: streamline logs 2019-02-28 07:06:46 +01:00
Marcus Holl
2d583b1af4 commit hash used for status api was wrong
TRAVIS_COMMIT is the merge commit between base branch and PR HEAD, but here we need the
commit hash of the PR HEAD.
2019-02-27 16:59:07 +01:00
Marcus Holl
baad41167a Merge remote-tracking branch 'github/master' into HEAD 2019-02-27 16:02:45 +01:00
Marcus Holl
23e91a4298
Merge pull request #525 from marcusholl/pr/removeJenkinsFile
Remove unused Jenkinsfile
2019-02-27 16:01:18 +01:00
Marcus Holl
18cb767cee Provide build status 2019-02-27 15:55:54 +01:00
Marcus Holl
5452dd514d [fix] dont provide the same log twice. 2019-02-27 14:25:08 +01:00
Marcus Holl
f10f23bc4c Provide the log for the individual tests. 2019-02-27 13:09:06 +01:00
Marcus Holl
78dbbb751d Launch additional thread informing from time to time about still running integration tests. 2019-02-27 13:08:12 +01:00
Marcus Holl
0a6064745c Suspress output from cd - 2019-02-27 13:06:41 +01:00
Marcus Holl
caa5c588c5 finding test cases within any level inside test case folder 2019-02-27 09:18:02 +01:00
Marcus Holl
cb9dbc9c4c Move test cases into dedicated testCase folder 2019-02-27 09:12:38 +01:00