Christopher Fenner
1195501d22
push correct docs folder ( #654 )
2019-04-10 13:49:40 +02:00
Christopher Fenner
39bc7b043c
Travis: use GHPages deploy provider ( #645 )
...
* remove GHDeploy script
* build MKDocs from docs folder
* use GHDeploy provider
2019-04-10 12:26:54 +02:00
Christopher Fenner
e90ffa6bf5
commonPipelineEnvironment: add propertiesMap ( #526 )
...
* add customPropertiesMap
* migrate transportRequestId to customPropertiesMap
* migrate transportRequestId to customPropertiesMap
* fix typo
* rename map
* rename method due to name clash
2019-04-10 10:56:36 +02:00
Alejandra Ferreiro Vidal
52ef62e670
Merge pull request #604 from alejandraferreirovidal/transportRequestCreate
...
transportRequestCreate: generate docu
2019-04-09 23:43:26 +02:00
Alejandra Ferreiro Vidal
0565b5e63f
transportRequestCreate: generate docu
2019-04-09 22:12:21 +02:00
Alejandra Ferreiro Vidal
ea599d0b83
Merge pull request #603 from alejandraferreirovidal/checkChangeInDevelopment
...
checkChangeInDevelopment: update documentation
2019-04-09 22:09:22 +02:00
Alejandra Ferreiro Vidal
394f94c851
update documentation
2019-04-09 20:46:45 +02:00
Alejandra Ferreiro Vidal
81e22b9cfa
Merge pull request #606 from alejandraferreirovidal/checksPublishResults
...
checksPublishResults: generate docu
2019-04-09 20:42:44 +02:00
Alejandra Ferreiro Vidal
a179dc6e3d
checksPublishResults: generate docu
2019-04-09 19:46:23 +02:00
Alejandra Ferreiro Vidal
dbef44d9df
Merge pull request #647 from alejandraferreirovidal/commonPipelineEnvironment2
...
remove outdated docu
2019-04-09 19:41:29 +02:00
Alejandra Ferreiro Vidal
97ec7d78de
remove outdated docu
2019-04-09 18:48:39 +02:00
Alejandra Ferreiro Vidal
b962c0d9d3
Merge pull request #646 from alejandraferreirovidal/cleanUpUtils
...
remove utils.getMandatoryParameter()
2019-04-09 18:45:14 +02:00
Alejandra Ferreiro Vidal
86978becfc
remove utils.getMandatoryParameter()
2019-04-09 16:25:25 +02:00
Alejandra Ferreiro Vidal
9fa9b8a4f2
Merge pull request #636 from alejandraferreirovidal/testsPublishResults
...
testsPublishResults: generate docu
2019-04-09 16:21:27 +02:00
Alejandra Ferreiro Vidal
ea71736939
testsPublishResults: generate docu
2019-04-09 15:19:33 +02:00
Alejandra Ferreiro Vidal
083b38cac4
Merge pull request #635 from alejandraferreirovidal/setupCommonPipelineEnvironment
...
setupCommonPipelineEnvironment: generate docu
2019-04-09 15:04:46 +02:00
Alejandra Ferreiro Vidal
2af1b7c365
setupCommonPipelineEnvironment: generate docu
2019-04-09 13:58:35 +02:00
Alejandra Ferreiro Vidal
d239329f8f
Merge pull request #627 from alejandraferreirovidal/pipelineRestartSteps
...
pipelineRestartSteps: generate docu
2019-04-09 13:50:52 +02:00
Alejandra Ferreiro Vidal
938d251a58
pipelineRestartSteps: generate docu
2019-04-09 13:18:51 +02:00
Alejandra Ferreiro Vidal
1f33ce38eb
Merge pull request #611 from alejandraferreirovidal/gaugeExecuteTests
...
gaugeExecuteTests: generate docu
2019-04-09 12:47:54 +02:00
Alejandra Ferreiro Vidal
7a54118b2a
gaugeExecuteTests: generate docu
2019-04-09 11:59:08 +02:00
Alejandra Ferreiro Vidal
ef513e467e
Merge pull request #609 from alejandraferreirovidal/containerExecuteStructureTests
...
containerExecuteStructureTests: generate docu
2019-04-09 11:52:27 +02:00
Alejandra Ferreiro Vidal
bde8f388be
containerExecuteStructureTests: generate docu
2019-04-09 11:12:38 +02:00
Alejandra Ferreiro Vidal
fa05b0bcb6
prepareDefaultValues: generate docu ( #634 )
2019-04-09 09:52:45 +02:00
Alejandra Ferreiro Vidal
998dd99cf5
batsExecuteTests: generate docu ( #605 )
2019-04-09 08:39:20 +02:00
Oliver Nocon
35ced01ffa
Avoid unwanted behavior when using resilience options ( #650 )
...
Certain steps should always fail, even though resilience option `failOnError=false` is used.
* Docker execution typically happens in another step. We should not hide errors here but rather handle their resilience in the step which uses `dockerExecute` and `dockerExecuteOnKubernetes`.
* Wrapper steps like `pipelineExecute`, `pipelineRestartSteps` should not hide errors. If an error occured this has to be considered as **intentional** and not hidden accidentially in case resilience option is switched on.
2019-04-08 20:10:54 +02:00
Christopher Fenner
5c13a0e2a2
fix docs generation ( #643 )
2019-04-05 15:31:29 +02:00
Oliver Nocon
4d945c8557
handlePipelineStepErrors - allow step timeouts ( #644 )
...
* handlePipelineStepErrors - allow step timeouts
This adds another resilience option:
A timeout can be configured for steps in order to stop step execution, continue with the pipeline while setting build status to "UNSTABLE"
2019-04-05 11:16:34 +02:00
Sven Merk
e3cb31da04
Merge pull request #548 from SAP/whitesource-step
...
whitesourceExecuteScan: Introduce new step for OSS vulnerability scanning
2019-04-04 22:54:17 +02:00
Sven Merk
2ad3483233
Merge branch 'master' into whitesource-step
2019-04-04 22:19:16 +02:00
Sven Merk
bccec4259a
Fix scala test
2019-04-04 21:20:25 +02:00
Alejandra Ferreiro Vidal
1e36df6a9c
fix docs generation ( #640 )
2019-04-04 17:01:30 +02:00
Sven Merk
259619f00f
Merge branch 'master' into whitesource-step
2019-04-04 16:06:51 +02:00
Sven Merk
097ee4179b
Chris' final comments + Scala config
2019-04-04 16:05:26 +02:00
LukasHeimann
54846ea0d6
Add a guide on authenticating UIVeri5 tests ( #577 )
...
* Add a guide on authenticating UIVeri5 tests
* Update documentation/docs/steps/uiVeri5ExecuteTests.md
Co-Authored-By: LukasHeimann <48723560+LukasHeimann@users.noreply.github.com>
2019-04-04 13:54:16 +02:00
Alejandra Ferreiro Vidal
fa656fd36c
Merge pull request #639 from alejandraferreirovidal/fixDocu
...
fix docu
2019-04-04 11:22:03 +02:00
Alejandra Ferreiro Vidal
fbddb910d0
fix docu
2019-04-04 10:50:46 +02:00
Oliver Nocon
138656b49b
Allow resilient error handling in pipelines ( #583 )
...
* add resilience to error handling
* adapt documentation
* make ConfigLoader more resilient
2019-04-04 08:38:54 +02:00
Sven Merk
dfa47ac4c7
Merge branch 'master' into whitesource-step
2019-04-03 22:18:39 +02:00
Alejandra Ferreiro Vidal
ec3d350252
Merge pull request #637 from alejandraferreirovidal/fixDocsBuild
...
fix unstable docs build
2019-04-03 17:30:39 +02:00
Alejandra Ferreiro Vidal
316ea83423
fix doc build error
2019-04-03 15:44:59 +02:00
Sven Merk
8fc6eb5219
Fix time displayed in report
2019-04-03 12:31:40 +02:00
Sven Merk
1fe05b8a56
Merge branch 'master' into whitesource-step
2019-04-03 12:19:34 +02:00
Alejandra Ferreiro Vidal
70d3e6a89c
Merge pull request #623 from alejandraferreirovidal/mtaBuild
...
mtaBuild: generate docu
2019-04-03 11:30:58 +02:00
Alejandra Ferreiro Vidal
83ee7d0b28
mtaBuild: generate docu
2019-04-03 10:36:56 +02:00
Alejandra Ferreiro Vidal
8679dd261b
Merge pull request #626 from alejandraferreirovidal/pipelineExecute
...
pipelineExecute: generate docu
2019-04-03 10:30:19 +02:00
Alejandra Ferreiro Vidal
92e895d34e
pipelineExecute: generate docu
2019-04-03 09:41:27 +02:00
Alejandra Ferreiro Vidal
29faceb838
Merge pull request #610 from alejandraferreirovidal/durationMeasure
...
durationMeasure: generate docu
2019-04-03 09:38:09 +02:00
Alejandra Ferreiro Vidal
d863bb3209
durationMeasure: generate config
2019-04-03 08:16:33 +02:00
Alejandra Ferreiro Vidal
abf10fba13
Merge pull request #622 from alejandraferreirovidal/mavenExecute
...
mavenExecute: generate docu
2019-04-02 22:56:04 +02:00