1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-07-07 01:06:40 +02:00
Commit Graph

308 Commits

Author SHA1 Message Date
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
4d9a4dbc6f Merge branch 'master' into pr/docuFixNullValues 2019-05-16 11:07:26 +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
80e8473de5 Merge remote-tracking branch 'github/master' into HEAD 2019-05-16 09:18:30 +02:00
9db487d189 move method to MapUtils (#709)
* move method to MapUtils

* use MapUtils

* fix indent

* Update src/com/sap/piper/MapUtils.groovy

* Update MapUtils.groovy

* remove obsolete test case

* fix typo
2019-05-15 20:52:45 +02:00
ee3f820e5f explict null check in order to render also false
Co-Authored-By: Christopher Fenner <Christopher.Fenner@sap.com>
2019-05-15 15:20:14 +02:00
2ad52708fa fix: null is rendered when no default value is available instead of the empty string 2019-05-15 14:55:33 +02:00
2fed3f231f Merge branch 'master' into pr/DoNotReturnWrongValueIfOnlyAPartOfAPathCanBeResolved 2019-05-15 10:16:09 +02:00
9d43f7abb3 [fix] do not return a wrong config value if only a part of the path could be resolved. 2019-05-15 09:30:21 +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
c52d1ceb0d add Sonar docs link (#704) 2019-05-14 10:59:52 +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
729cd0ab30 detectExecuteScan - add doc to docs structure (#699) 2019-05-10 08:06:38 +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
5653484ddb Replace several replaceAll command by one. 2019-05-03 09:50:52 +02:00
d207aeadd4 Merge branch 'master' into pr/collectDependingOn 2019-05-02 19:48:41 +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
0ce09f3578 Collect depending on configurations and provide it in docu as some kind of complex default 2019-05-02 15:29:12 +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
e566c2bb13 Use admonition for note 2019-04-24 13:50:30 +02:00
e3dd6fd665 add new step docu to index 2019-04-17 16:28:45 +02:00
998b470f81 Correct typos "SAP UI5" 2019-04-16 13:54:54 +02:00
fac0f130b6 Merge branch 'master' into pr/docuMetaData 2019-04-13 21:03:51 +02:00
b1aeb2cdcd Merge branch 'master' into docGeneration 2019-04-13 16:43:04 +02:00
f48577bd50 Merge branch 'master' into pr/fetchPossibleValues 2019-04-13 13:32:20 +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
de539cc677 fetch possible values from @see
In case there is a @see tag provided for a parameter in the description,
the possible values are only fetched from the corresponding source in
case there is no explict value provided for the possible values.

In case the source does not contain a possible value tag nothing is
transfered.
2019-04-12 14:23:35 +02:00
e296f5c5ed Merge branch 'master' into docGeneration 2019-04-12 13:58:40 +02:00
96d70d8eb1 Merge remote-tracking branch 'origin/docGeneration' into docGeneration 2019-04-12 13:57:07 +02:00
d3dbc07c79 better name for parameter map 2019-04-12 13:56:53 +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
5d9dc6541b Merge branch 'master' into docGeneration 2019-04-10 19:50:31 +02:00
19f9005dc5 transportRequestRelease: generate docu 2019-04-10 15:27:06 +02:00
761022d575 Merge branch 'master' into docGeneration 2019-04-10 15:08:51 +02:00
4c62102fa8 transportRequestUploadFile: generate docu 2019-04-10 13:58:46 +02:00
a00e29ab0b extend documentation generation with custom defaults 2019-04-10 12:33:39 +02:00
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
2fb260c32a extend documentation generation with custom defaults 2019-04-10 12:17:29 +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