Christopher Fenner
|
70b860f47f
|
feat: remove SAP web analytics reporting (#4773)
* improve vault logging
* remove swa calls
* Revert "improve vault logging"
This reverts commit 8335bbf365 .
|
2024-01-15 13:17:53 +01:00 |
|
Stephan Aßmus
|
8169d56ef7
|
Groovy: Load step defaults also from stages section in defaults (#1943)
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
|
2020-08-26 15:32:58 +02:00 |
|
Maximilian Lenkeit
|
6271784e21
|
log node.js and npm version in related steps (#1182)
|
2020-02-17 13:24:56 +01:00 |
|
Roland Stengel
|
01ce797245
|
harmonize docker configuration properties
support the configuration of the docker arguments
dockerEnvVars
dockerOptions
dockerWorkspace
for all steps.
|
2019-07-25 11:57:21 +02:00 |
|
Christopher Fenner
|
7069f29ec5
|
snykExecute: add missing documentation (#570)
* add docs for snykExecute
* add link to new docs page
|
2019-03-18 11:08:41 +01:00 |
|
Christopher Fenner
|
10267ce7d1
|
Analytics: add step parameter keys (#442)
* add stepParamKey values
* camelCase
|
2019-01-21 08:47:34 +01:00 |
|
Marcus Holl
|
b7468a7ae4
|
Step name is not a string literal anymore
Having the step name always the same like the file name, which is in turn the class name is
redundant.
|
2018-11-29 09:54:05 +01:00 |
|
Oliver Nocon
|
90765697aa
|
Docker execution - make sure that script is passed (#403)
|
2018-11-28 10:46:47 +01:00 |
|
Marcus Holl
|
66332b67af
|
fix codeclimate issues
|
2018-11-05 12:51:33 +01:00 |
|
Marcus Holl
|
2e8a9db02c
|
script = this as fallback instead of map with cpe of current step
o The map does not provide access to e.g. sh, echo.
o this has the same cpe as property as it is constructed with the
current map approach.
|
2018-10-31 12:52:45 +01:00 |
|
Marcus Holl
|
ea23d65594
|
Merge remote-tracking branch 'github/master' into HEAD
|
2018-10-30 17:01:19 +01:00 |
|
Marcus Holl
|
11d34c2157
|
Step called without script: webanalytics
|
2018-10-30 16:24:48 +01:00 |
|
Marcus Holl
|
c03a75da9f
|
Ensure script is mandatory parameter
... only in case a step uses the script at all.
|
2018-10-30 16:24:47 +01:00 |
|
Marcus Holl
|
6653b68c0f
|
Merge remote-tracking branch 'github/master' into HEAD
|
2018-10-18 12:54:32 +02:00 |
|
Marcus Holl
|
f47d540aa3
|
Introduce dedicated factory method for configuration helper
|
2018-10-17 11:15:37 +02:00 |
|
Christopher Fenner
|
01365295cb
|
remove step return types
|
2018-10-11 09:10:26 +02:00 |
|
Marcus Holl
|
8db2aaf5f0
|
don't use load step defaults as implicit factory method.
|
2018-09-07 10:08:16 +02:00 |
|
Christopher Fenner
|
12637119b9
|
swtich stage/step config loading to correct order (#250)
|
2018-08-15 10:37:34 +02:00 |
|
Oliver Nocon
|
71f7f05427
|
add telemetry reporting to steps (#243)
add telemetry to all steps using ConfigurationHelper.
Other steps need to be switched to ConfigurationHelper first.
update docs
|
2018-08-09 11:35:33 +02:00 |
|
Christopher Fenner
|
7058661f9f
|
remove obsolete parameter
|
2018-06-27 10:02:02 +02:00 |
|
Christopher Fenner
|
dbcf87ffcc
|
rename exclude parameter
|
2018-06-26 16:08:03 +02:00 |
|
Christopher Fenner
|
6bcf17c70a
|
add snyk html report
|
2018-06-26 16:05:43 +02:00 |
|
Christopher Fenner
|
b44ebf99d1
|
add snyk html report
|
2018-06-26 16:00:26 +02:00 |
|
Christopher Fenner
|
957ca11d7b
|
add snyk html report
|
2018-06-26 15:47:46 +02:00 |
|
Christopher Fenner
|
f9d4fbda53
|
correct step name
|
2018-06-26 15:34:32 +02:00 |
|
Christopher Fenner
|
426f23b232
|
add step tests
|
2018-06-26 15:08:46 +02:00 |
|
Christopher Fenner
|
a448698427
|
fix method name
|
2018-06-26 13:18:21 +02:00 |
|
Christopher Fenner
|
89d6e13d00
|
fix method name
|
2018-06-26 13:17:12 +02:00 |
|
Christopher Fenner
|
394aaa6577
|
fix typo
|
2018-06-25 14:53:59 +02:00 |
|
Christopher Fenner
|
3f4069ade6
|
add step for Snyk scan execution
|
2018-06-25 13:14:46 +02:00 |
|