Commit Graph
1491 Commits
Author SHA1 Message Date
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 FennerandGitHub 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 HollandGitHub 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
Marcus Holl f09c243193 Avoid green test in case no test case has been found. 2019-02-27 08:56:09 +01:00
Marcus Holl 9a028e18dd Troubleshoot find command 2019-02-27 08:55:44 +01:00
Marcus Holl fe28a9d07d remove type from find command
since this makes trouble during the central build.
2019-02-27 08:46:08 +01:00
Marcus Holl f7e82ecd49 cc: fix code climate || exit message 2019-02-26 16:56:44 +01:00
Marcus Holl 050170036d cc: fix code climate comments 2019-02-26 16:51:47 +01:00
Marcus Holl 13f8a7d21d cc: fix indents. 2019-02-26 16:47:31 +01:00
Marcus Holl 407eca2714 Invoke integration test controller script from travis.yml 2019-02-26 16:17:03 +01:00
Marcus Holl 197e9263f1 Execute the test cases in parallel. 2019-02-26 16:10:13 +01:00
Christoph SzymanskiandGitHub 70a002b094 Update README.md 2019-02-26 14:38:44 +01:00
Marcus Holl 52400d0760 touch flag file in case of test cases succeds 2019-02-26 14:09:06 +01:00
Marcus Holl 1da57c47d5 Deliver log in test case root folder 2019-02-26 13:59:52 +01:00
Marcus Holl 5e0148238f variables for some files and folders & keep stdout/stderr clear 2019-02-26 13:36:50 +01:00
Marcus Holl 9558858626 Adjust naming exampleProjectName -> testCase 2019-02-26 13:03:30 +01:00
Marcus Holl 8543873a12 Move files controlling integration tests
Before: files contained inside s4sdk folder
Now: file resides one level higher

Reason: open integration test framework for other use cases,
not related to s4sdk. Idea: teams providing use cases provides
a corrsponding folder which hosts the test cases.
2019-02-26 12:59:31 +01:00
Marcus Holl d60bb9f58c Remove redundant docker call in integration tests 2019-02-26 10:43:50 +01:00
Marcus HollandGitHub 000b1b4b33 Merge branch 'master' into pr/removeJenkinsFile 2019-02-25 12:44:09 +01:00
Florian WilhelmandGitHub b13c6e1202 Create s4sdk consumer tests for neo environment (#524) 2019-02-22 13:31:50 +01:00
Florian WilhelmandGitHub 35451738d0 Add jenkins controller utility classes for integration tests (#477) 2019-02-22 10:24:51 +01:00
yemengsapandChristoph Szymanski 38c5a0d779 Add npmExecute step (#491) 2019-02-21 19:14:48 +01:00
Oliver NoconandGitHub 23d08f0f38 Merge branch 'master' into pr/unstashSkipNull 2019-02-21 16:29:21 +01:00
Florian WilhelmandGitHub ada3ed909d Don't print messages in all uppercase letters (#531) 2019-02-21 15:46:17 +01:00
Florian WilhelmandGitHub 02afb22c74 Change telemetry disabled message to be more kind (#530)
Please, don't use exclamation marks in user interfaces.
2019-02-21 13:56:20 +01:00
Marcus Holl e8baa5b732 fix: forward clientOpts 2019-02-21 11:12:25 +01:00
Marcus Holl cb31e173fe Remove unused pipeline script 2019-02-20 09:29:33 +01:00
Marcus Holl 827d8aa32d imagePull --> pullImage 2019-02-19 11:35:03 +01:00
Marcus Holl 15102feec2 provide defaults for unixLineEnding, codePage 2019-02-19 11:22:33 +01:00
Marcus Holl 05438943ba Allow fileUrl, applicationUrl in project config. 2019-02-19 11:22:33 +01:00
weloli 47ba7ff035 reduce redunadancy in md files for doc generation 2019-02-18 08:20:16 +01:00
Marcus Holl 5c6f57f3cb Check for credentials id as part of input validation 2019-02-15 14:15:58 +01:00
Marcus Holl 546db7f3f3 Provide verbose flag. 2019-02-15 13:58:11 +01:00
Marcus Holl a375cc75a5 Provide flag failUploadOnWarning
in order to be able to survive uploads which are basically successful, but
with warning(s).
2019-02-15 13:58:11 +01:00
Florian WilhelmandGitHub d2b6be4e25 Configure default mta build image to ppiper/mta-archive-builder (#515) 2019-02-15 13:48:34 +01:00
weloli 08edf94bd0 Merge branch 'master' of https://github.com/weloli/jenkins-library into pr/fixStageDoc 2019-02-15 09:31:28 +01:00
Marcus Holl 0ea6bdc05c Accept unix style line endings. 2019-02-14 13:52:06 +01:00
Marcus Holl 66fbed80ba Test for rfc create transport sanity checks. 2019-02-14 12:29:13 +01:00
Marcus Holl d5707db38b Test for rfc create transport requets fails. 2019-02-14 12:22:45 +01:00
Marcus Holl 8aa22d179a Denote use case in test name for creating transport request 2019-02-14 12:04:45 +01:00
Marcus Holl 02e832b008 Test for RFC transportRequestCreate 2019-02-14 12:01:28 +01:00