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
50a62c9b3e
Introduce label for Jenkins plugin dependencies
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
Christopher Fenner
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
Christopher Fenner
77e344d181
fix code climate issues II ( #715 )
...
* fix code climate issues
* fix code climate issues
* fix code climate issues
2019-05-17 13:20:13 +02:00
Marcus Holl
887e8e93e2
Merge remote-tracking branch 'github/master' into HEAD
2019-05-17 10:06:01 +02:00
Christopher Fenner
4d9a4dbc6f
Merge branch 'master' into pr/docuFixNullValues
2019-05-16 11:07:26 +02:00
Christopher Fenner
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
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
Christopher Fenner
2fed3f231f
Merge branch 'master' into pr/DoNotReturnWrongValueIfOnlyAPartOfAPathCanBeResolved
2019-05-15 10:16:09 +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
Marcus Holl
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
Christopher Fenner
c52d1ceb0d
add Sonar docs link ( #704 )
2019-05-14 10:59:52 +02:00
Christopher Fenner
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
Oliver Nocon
729cd0ab30
detectExecuteScan - add doc to docs structure ( #699 )
2019-05-10 08:06:38 +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
Christopher Fenner
b66d95fb1c
improve Slack setup documentation ( #687 )
2019-05-08 10:17:44 +02:00
Marcus Holl
5653484ddb
Replace several replaceAll command by one.
2019-05-03 09:50:52 +02:00
Oliver Nocon
d207aeadd4
Merge branch 'master' into pr/collectDependingOn
2019-05-02 19:48:41 +02:00
Oliver Nocon
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
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
Christopher Fenner
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
Oliver Feldmann
e566c2bb13
Use admonition for note
2019-04-24 13:50:30 +02:00
Alejandra Ferreiro Vidal
e3dd6fd665
add new step docu to index
2019-04-17 16:28:45 +02:00
SarahNoack
998b470f81
Correct typos "SAP UI5"
2019-04-16 13:54:54 +02:00