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 |
|
Oliver Nocon
|
067eb0ba6a
|
Improve error messages for test failures (#1417)
|
2020-04-17 11:59:51 +02:00 |
|
Stengel
|
fdf2d97f9a
|
Merge remote-tracking branch 'upstream/master' into harmonize-docker-arguments
|
2019-10-24 07:37:13 +02:00 |
|
Sven Merk
|
46fb4ad5e8
|
Exchange NonSerializable template engine with GStringTemplateEngine
|
2019-10-23 13:38:31 +02: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 |
|
Oliver Nocon
|
225cf2485b
|
Docker Pipeline - fixes and small adoptions (#779)
* buildExecute: Docker case - minor fixes
* properly care for empty `containerBuildOptions`
* verbose output wrt stashing
* add stage ordinals
* fix wrong script reference
* fix null reference
* adapt stage defaults and allow bats tests
* propagate github org and repo
* add test for bats
|
2019-07-05 16:32:24 +02:00 |
|
Christopher Fenner
|
e67b9cff23
|
influxWriteData: hold data in dedicated object (#624)
* add InfluxData object
* add InfluxData rule
* use InfluxData
* include jenkins_custom_data into InfluxData object
* correct typo
* add missing import
* fix condition for influx reporting
* add test class
* Update influxWriteData.groovy
|
2019-04-11 11:39:41 +02:00 |
|
Alejandra Ferreiro Vidal
|
998dd99cf5
|
batsExecuteTests: generate docu (#605)
|
2019-04-09 08:39:20 +02: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
|
3cb958b740
|
Merge remote-tracking branch 'github/master' into HEAD
|
2018-11-05 13:30:43 +01:00 |
|
Marcus Holl
|
b53f260fd3
|
Fix codeclimate remarks
|
2018-11-05 12:26:48 +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
|
749ddbef71
|
Adjust naming for config keys for step batsExecuteTest
|
2018-10-26 10:11:55 +02:00 |
|
Marcus Holl
|
6653b68c0f
|
Merge remote-tracking branch 'github/master' into HEAD
|
2018-10-18 12:54:32 +02:00 |
|
Marcus Holl
|
d4f9171247
|
erge remote-tracking branch 'github/master' into HEAD
|
2018-10-18 11:02:09 +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 |
|
Christopher Fenner
|
34b675a030
|
handle test repositories (#324)
* handle test repositories
* use GitUtils
* add test case
* fix test cases
* return stash name
* handle seleniumExecuteTests step
* Revert "handle seleniumExecuteTests step"
This reverts commit 2b33d274fe .
* handle seleniumExecuteTests step
* add import of GitUtils
|
2018-10-08 11:30:42 +02:00 |
|
Marcus Holl
|
8db2aaf5f0
|
don't use load step defaults as implicit factory method.
|
2018-09-07 10:08:16 +02:00 |
|
Oliver Nocon
|
17ee927807
|
batsExecuteTests - add step for executing bats-core (#254)
details are available in the documentation contained in this PR
|
2018-08-15 11:41:01 +02:00 |
|