Marcus Holl
ef294eba71
Add reference to docker plugin if kubernetes is present
2019-05-24 15:09:21 +02:00
Christopher Fenner
816256c266
Merge branch 'master' into pr/resolvePlugins
2019-05-22 11:27:58 +02:00
Marcus Holl
cb057fe797
Merge branch 'master' into pr/switchToNamedParametersWhenCreatingDocu
2019-05-22 09:07:53 +02:00
Tom Kiemes
e17753f3cd
Fix formatting ( #719 )
...
* Fix formatting
Co-authored-by: Markus Winkler
* Update createDocu.groovy
2019-05-22 08:16:07 +02:00
Marcus Holl
6add8d023e
special bells and whistles for transport related steps
2019-05-21 17:04:42 +02:00
Marcus Holl
a0381ac34b
Remark for kubernetes plugin
2019-05-21 17:04:18 +02:00
Marcus Holl
c954f048c9
we do not need to handle maps when resolving calls.
2019-05-21 16:15:19 +02:00
Marcus Holl
3680a11edc
improve groovy script file naming
2019-05-21 16:15:19 +02:00
Marcus Holl
5145cb326a
streamline transitive plugin calls
2019-05-21 16:15:19 +02:00
Marcus Holl
6b8197aac7
explict initialization with null
2019-05-21 16:15:19 +02:00
Marcus Holl
931e84b293
steamline names in bash file
2019-05-21 16:15:13 +02:00
Marcus Holl
600442c033
streamline bash coding
2019-05-21 16:15:13 +02:00
Marcus Holl
4fd253199d
docu
2019-05-21 16:15:12 +02:00
Marcus Holl
d0e6b1a8ed
wip
2019-05-21 16:15:12 +02:00
Marcus Holl
cc5cd1d047
resolve plugins before creating docu
2019-05-21 16:15:12 +02:00
Marcus Holl
c4fb2445e5
run condence steps within createDocu
2019-05-21 16:15:12 +02:00
Marcus Holl
f31dd80cdb
relocate steps.groovy
2019-05-21 16:15:12 +02:00
Marcus Holl
a911cc400e
run the tests (required for getting plugins deps)
2019-05-21 16:15:12 +02:00
Marcus Holl
71cfae4409
Resolved plugins as links
2019-05-21 16:15:11 +02:00
Marcus Holl
955bd63495
remove syserrs and put comments
2019-05-21 16:15:11 +02:00
Marcus Holl
0f8148a7cd
wip
2019-05-21 15:33:05 +02:00
Marcus Holl
818297aef0
wip
2019-05-21 15:33:05 +02:00
Marcus Holl
d21dd9c87b
Dokumentation: Introduce Jenkins plugin dependencies
2019-05-21 15:33:05 +02:00
Marcus Holl
887e8e93e2
Merge remote-tracking branch 'github/master' into HEAD
2019-05-17 10:06:01 +02:00
Marcus Holl
ca33a86ee6
Switch to named parameters when invoking docu generation
2019-05-16 10:27:00 +02:00
Marcus Holl
80e8473de5
Merge remote-tracking branch 'github/master' into HEAD
2019-05-16 09:18:30 +02:00
Christopher Fenner
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
Marcus Holl
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
Marcus Holl
2ad52708fa
fix: null is rendered when no default value is available instead of the empty string
2019-05-15 14:55:33 +02:00
Marcus Holl
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
Oliver Nocon
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
Marcus Holl
5653484ddb
Replace several replaceAll command by one.
2019-05-03 09:50:52 +02:00
Marcus Holl
0ce09f3578
Collect depending on configurations and provide it in docu as some kind of complex default
2019-05-02 15:29:12 +02:00
Alejandra Ferreiro Vidal
fac0f130b6
Merge branch 'master' into pr/docuMetaData
2019-04-13 21:03:51 +02:00
Alejandra Ferreiro Vidal
b1aeb2cdcd
Merge branch 'master' into docGeneration
2019-04-13 16:43:04 +02:00
Marcus Holl
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
OliverNocon
d3dbc07c79
better name for parameter map
2019-04-12 13:56:53 +02:00
OliverNocon
a00e29ab0b
extend documentation generation with custom defaults
2019-04-10 12:33:39 +02:00
OliverNocon
2fb260c32a
extend documentation generation with custom defaults
2019-04-10 12:17:29 +02:00
Marcus Holl
97c4ebf3dd
provide the docu metadata as json
2019-03-27 17:21:08 +01:00
Sven Merk
991dd5ec51
Merge branch 'master' into whitesource-step
2019-03-22 11:58:01 +01:00
Sven Merk
be814c62aa
Included comments refactored docu generation
2019-03-21 13:25:22 +01:00
Marcus Holl
bf48f18f3e
take parameters keys into account again.
...
was removed since parameter keys does not appear anymore in the table denoting the
level where a parameter can be configured.
Nevertheless we need to take that parameter into account. We need to add the description for
that parameter, even if it cannot be configured on general or stage level.
2019-03-15 15:24:06 +01:00
Marcus Holl
52f3287cb3
Merge remote-tracking branch 'github/master' into HEAD
2019-03-15 15:01:12 +01:00
Sven Merk
6b61bc1b98
Updated documentation
2019-03-08 12:33:31 +01:00
Sven Merk
bfbee88620
Added documentation of parameters and step
2019-03-06 15:08:42 +01:00
weloli
47ba7ff035
reduce redunadancy in md files for doc generation
2019-02-18 08:20:16 +01:00
weloli
0d0fe3a2a8
fix according to last agreement
2019-02-13 14:29:05 +01:00
weloli
184613a78b
Merge branch 'master' of https://github.com/weloli/jenkins-library into pr/fixStageDoc
2019-02-08 16:09:41 +01:00
Christopher Fenner
3f12015364
dockerExecuteOnKubernetes: generate documentation ( #487 )
...
* fix whitespace
* correct key order
* add docs annotation
* add key documentation
* remove generated documentation
* fix code climate finding
2019-02-08 12:20:45 +01:00