Commit Graph
17 Commits
Author SHA1 Message Date
Florian WilhelmandGitHub a6c8a8d94d Fix typos and small IDE hints in IT controller (#588) 2019-03-26 10:32:26 +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
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
Florian WilhelmandGitHub d2b6be4e25 Configure default mta build image to ppiper/mta-archive-builder (#515) 2019-02-15 13:48:34 +01:00
Florian WilhelmandGitHub 58c8063e6d Add consumer tests for s4sdk pipeline (#506)
Additional tests for running an example pipeline with the s4-sdk address manager example application.
2019-02-14 09:58:04 +01:00
Florian WilhelmandGitHub db9ba38ed1 Fail CF Deployment Shell Script Early (#426)
Resolves #425
2019-01-07 12:54:00 +01:00
Florian WilhelmandGitHub b657dc6a29 Explicitly call toString() on stepParameters (#348) 2018-10-17 12:27:24 +02:00
Florian WilhelmandGitHub 7f7afdad1a Implement workaround for incompatible change in cloud foundry API (#343) 2018-10-17 11:01:09 +02:00
Florian WilhelmandGitHub 50ac5b0ac9 Execute MTA builder in Docker 2018-09-04 11:32:54 +02:00
Florian WilhelmandGitHub 0a86c8534d Improve check for batch mode in mavenExecute (#226)
The old naive check fails if an argument starts with '-B'. Now we use a
regular expression, which should correctly match if batch mode was
already supplied, and add it if not.
2018-07-26 16:03:05 +02:00
Florian WilhelmandGitHub 6dc13801b0 Disable download logs in Maven by default (#159)
Disable download logs in Maven by default

This commit adds a flag to Maven by default, which disables the messages
like "Downloading from central".

The logger is set to level "warn", so errors will still be visible, but
successful messages won't clutter logs anymore.

This option is also set by default in the GitLab CI template file for
maven.

See [1] for reference on the option.

1: https://stackoverflow.com/a/35653426/8843830
2018-06-06 14:42:47 +02:00
Florian WilhelmandGitHub 286a1f082e Merge pull request #145 from SAP/return-types
Explicitly state return types fixes #144
2018-05-07 09:47:20 +02:00
Florian WilhelmandOliver Nocon f6c71a8484 Use executeMaven step for artifact versioning (#114)
* Execute Maven inside Docker container
* Fix test
2018-03-06 13:28:57 +01:00
Florian WilhelmandOliver Nocon ff46bb0f00 Make commit of new version optional in artifactSetVersion step (#112)
* Make commit of new version optional in `artifactSetVersion` step

You might not want to add a new commit for each version, when versions
are automatically created. This commit makes this feature optional, but
enabled by default to maintain API compatibility.

* Set `gitCommitId` if null

* Improve documentation of `commitVersion` parameter

* Allow to operate in a code checkout without `.git` directory
2018-03-05 09:04:53 +01:00
Florian WilhelmandOliver Nocon f18f11fafe Use UTC time zone for artifact version time stamp (#111)
By using UTC, we avoid potential issues when development happens in
different time zones. Also, daylight saving time does not exist in UTC.
2018-03-02 16:35:35 +01:00