1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
Commit Graph

1864 Commits

Author SHA1 Message Date
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
6b4ac4bffa input and output file as parameter 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
3ec785bf44 handle some calls via exception list 2019-05-21 16:15:11 +02:00
Marcus Holl
71cfae4409 Resolved plugins as links 2019-05-21 16:15:11 +02:00
Marcus Holl
8c2820a045 Include docu gen in resolve Plugins 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
Marcus Holl
cf08f3c7c8 print the mapping via jq 2019-05-17 16:47:55 +02:00
Marcus Holl
4cae7b9ace Switch to jenkins file runner approach 2019-05-17 16:47:55 +02:00
Marcus Holl
a24c89ce12 fix code climate issues 2019-05-17 16:47:55 +02:00
Marcus Holl
d7d36c9445 Merge remote-tracking branch 'github/master' into HEAD 2019-05-17 12:22:26 +02:00
Marcus Holl
ef83584e53
Merge pull request #598 from marcusholl/pr/createStepSpecificPluginList
Create step specific plugin list
2019-05-17 12:20:33 +02:00
Marcus Holl
9f7056b73f Reuse getSteps from StepHelper in common step tests 2019-05-17 12:11:29 +02:00
Marcus Holl
f83935d248 Merge remote-tracking branch 'github/master' into HEAD 2019-05-17 12:05:34 +02:00
Marcus Holl
afb7116e36
Merge pull request #705 from marcusholl/pr/inlineRules
Tests: inline JUnit rules
2019-05-17 10:07:03 +02:00
Christopher Fenner
3a3b15e9ba
Merge branch 'master' into pr/inlineRules 2019-05-16 11:35:22 +02:00
Marcus Holl
22b1e9e129
Merge pull request #710 from marcusholl/pr/docuFixNullValues
fix: null is rendered when no default value is available instead of t…
2019-05-16 11:28:22 +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
e00b28f143
Merge branch 'master' into pr/docuFixNullValues 2019-05-16 09:56:17 +02:00
Sven Merk
e7c9b877b0
Merge pull request #707 from SAP/fortify-PR
Compatibility to Piper PR support
2019-05-16 09:32:47 +02:00
Marcus Holl
80e8473de5 Merge remote-tracking branch 'github/master' into HEAD 2019-05-16 09:18:30 +02:00
Sven Merk
23439e3df3
Merge branch 'master' into fortify-PR 2019-05-15 20:56:19 +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
Sven Merk
14bdac6b85
Merge branch 'master' into fortify-PR 2019-05-15 20:23:46 +02:00
Marcus Holl
abdfa7b201 [refactoring] Increase readabiliy: inline rules without references 2019-05-15 17:03:41 +02:00
Christopher Fenner
960609376d
Merge branch 'master' into pr/docuFixNullValues 2019-05-15 15:26:01 +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
ed328b75af
Merge pull request #701 from marcusholl/pr/defensiveCopy
Provide a deep config copy from ConfigHelper.use()
2019-05-15 15:06:09 +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
f38729c5eb Merge remote-tracking branch 'github/master' into HEAD 2019-05-15 14:23:38 +02:00
Marcus Holl
a0649aa63f Explain what 'deepCopy' means 2019-05-15 14:21:19 +02:00
Marcus Holl
331c4bfd1a
Merge pull request #698 from marcusholl/pr/DoNotReturnWrongValueIfOnlyAPartOfAPathCanBeResolved
[fix] do not return a wrong config value if only a part of the path c…
2019-05-15 10:26:43 +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
Sven Merk
07f73dab71 Compatibility to Piper PR support 2019-05-14 16:30:13 +02:00