d21dd9c87b
Dokumentation: Introduce Jenkins plugin dependencies
2019-05-21 15:33:05 +02:00
41ee87d147
fix code climate issues II ( #715 )
...
* fix code climate issues
* fix code climate issues
* fix code climate issues
2019-05-21 15:33:05 +02:00
6d5fdd41bf
fix code climate issues ( #712 )
...
* fix code climate issues
* fix code climate issues
* Update GitUtils.groovy
2019-05-16 10:46:13 +02:00
0431c29063
Fix exception list for step neoDeploy ( #697 )
...
due to wrong indentation in the md file the excpetions are not rendered as expected. The reasons
why an exception occures is on the same level like the exception, but should have only level more.
2019-05-14 12:56:47 +02:00
c8f9db71eb
add step for Sonar scan ( #183 )
...
* add new step sonarExecute
* simplify list
* add general credentials for SonarQube
* Update default_pipeline_environment.yml
* Update sonarExecute.groovy
* correct worker invocation
* switch step/stage config order
* add tests
* add webhook handling
* Update default_pipeline_environment.yml
* use withMandatoryProperty with condition
* Update ConfigurationHelper.groovy
* Update sonarExecute.groovy
* Update ConfigurationHelper.groovy
* rename step to sonarExecuteScan
* rename step to sonarExecuteScan
* rename step to sonarExecuteScan
* Update sonarExecuteScan.groovy
* change return type
* Update sonarExecuteScan.groovy
* stash
* update defaults
* update install path
* use quiet unzip
* use long option names
* optimize filename retrival
* rework PR voting
* fix path
* remove accitentially checked-in file
* add documentation, optimise coding
* correct test case
* add documentation
* remove option prefix
* rename config variable
* update docs
* update docs
* rename download url
* fix typo
* adjust test cases
* add test cases
* update docs
2019-05-13 12:29:07 +02:00
a67f850fdb
add step for Synopsis Detect Scans ( #690 )
...
* add step for Synopsis Detect Scans
tool was formerly calles Blackduck Hub Detect.
Details about the tool can be found here: https://synopsys.atlassian.net/wiki/spaces/INTDOCS/pages/62423113/Synopsys+Detect
2019-05-08 11:36:01 +02:00
b66d95fb1c
improve Slack setup documentation ( #687 )
2019-05-08 10:17:44 +02:00
700a6e2e4e
Add step kanikoExecute for Docker builds using Kaniko ( #684 )
...
* Add step kanikoExecute for Docker builds using Kaniko
* Update kanikoExecute.md
* address PR feedback
2019-05-02 17:29:11 +02:00
e8f206b1a1
piperPipeline: add extensible post stage ( #661 )
...
* add post stage
* use post stage in template
* adjust test cases
* add docs skeleton
* add documentation
* Update piperPipelineStagePost.md
2019-05-02 12:26:28 +02:00
0a4deaf69a
pipelineStashFiles: generate docu
2019-04-12 22:45:31 +02:00
0df4df8d58
neoDeploy: generate docu
2019-04-12 21:35:27 +02:00
89f37ed1a0
influxWriteData: generate docu
2019-04-12 20:29:09 +02:00
5448385985
add multicloud deploy step
2019-04-12 17:51:38 +02:00
f9db4245e9
cloudFoundryDeploy: generate docu
2019-04-12 13:08:05 +02:00
c7998f4db4
artifactSetVersion: generate docu
2019-04-12 09:23:10 +02:00
0303d9baab
githubPublishRelease: generate docu
2019-04-11 14:23:06 +02:00
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
19f9005dc5
transportRequestRelease: generate docu
2019-04-10 15:27:06 +02:00
4c62102fa8
transportRequestUploadFile: generate docu
2019-04-10 13:58:46 +02:00
0565b5e63f
transportRequestCreate: generate docu
2019-04-09 22:12:21 +02:00
a179dc6e3d
checksPublishResults: generate docu
2019-04-09 19:46:23 +02:00
97ec7d78de
remove outdated docu
2019-04-09 18:48:39 +02:00
ea71736939
testsPublishResults: generate docu
2019-04-09 15:19:33 +02:00
2af1b7c365
setupCommonPipelineEnvironment: generate docu
2019-04-09 13:58:35 +02:00
938d251a58
pipelineRestartSteps: generate docu
2019-04-09 13:18:51 +02:00
7a54118b2a
gaugeExecuteTests: generate docu
2019-04-09 11:59:08 +02:00
bde8f388be
containerExecuteStructureTests: generate docu
2019-04-09 11:12:38 +02:00
fa05b0bcb6
prepareDefaultValues: generate docu ( #634 )
2019-04-09 09:52:45 +02:00
998dd99cf5
batsExecuteTests: generate docu ( #605 )
2019-04-09 08:39:20 +02:00
5c13a0e2a2
fix docs generation ( #643 )
2019-04-05 15:31:29 +02:00
2ad3483233
Merge branch 'master' into whitesource-step
2019-04-04 22:19:16 +02:00
1e36df6a9c
fix docs generation ( #640 )
2019-04-04 17:01:30 +02:00
259619f00f
Merge branch 'master' into whitesource-step
2019-04-04 16:06:51 +02:00
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
fbddb910d0
fix docu
2019-04-04 10:50:46 +02:00
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
dfa47ac4c7
Merge branch 'master' into whitesource-step
2019-04-03 22:18:39 +02:00
316ea83423
fix doc build error
2019-04-03 15:44:59 +02:00
1fe05b8a56
Merge branch 'master' into whitesource-step
2019-04-03 12:19:34 +02:00
83ee7d0b28
mtaBuild: generate docu
2019-04-03 10:36:56 +02:00
92e895d34e
pipelineExecute: generate docu
2019-04-03 09:41:27 +02:00
d863bb3209
durationMeasure: generate config
2019-04-03 08:16:33 +02:00
3d0aa51380
mavenExecute: generate docu
2019-04-02 22:03:23 +02:00
0397f152dc
Merge branch 'master' into healthExecuteCheck
2019-04-02 21:01:29 +02:00
f77d9957a5
handlePipelineStepErrors: generate docu
2019-04-02 20:06:47 +02:00
4f93f1f07a
healthExecuteCheck: generate docu
2019-04-01 11:14:38 +02:00
aaf969e0cf
Merge branch 'master' into whitesource-step
2019-03-29 11:01:15 +01:00
eba4c68a49
remove documentation
2019-03-29 08:44:36 +01:00
da549bc2e6
Merge branch 'master' into whitesource-step
2019-03-27 14:36:37 +01:00
6c85699689
Fix docu template
2019-03-27 11:57:48 +01:00