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

776 Commits

Author SHA1 Message Date
Marcus Holl
dd456f0d00 Return a return value based on a regex comparism
Comparism on plain string level gets complicated for complex commands and means
an implict check for an exact version of a command line. There are cases where
such an exact check is not desired, e.g. there is nothing wrong with having the
order of arguments variable.
2018-06-28 13:38:48 +02:00
Marcus Holl
415c0c4396 add isChangeInDevelopment 2018-06-28 13:38:48 +02:00
Christopher Fenner
04d8ebdbd8
correct coverage badge 2018-06-27 15:06:52 +02:00
Christopher Fenner
cd10eed0c3
fix test issue on Windows 2018-06-27 14:56:50 +02:00
Christopher Fenner
44ff690a77
fix test issue on Windows 2018-06-27 14:38:57 +02:00
Christopher Fenner
70f7e5a6fa
fix test issue on Windows 2018-06-27 14:28:16 +02:00
Christopher Fenner
251f731ca8
fix test issue on Windows 2018-06-27 14:19:40 +02:00
Christopher Fenner
268fd2c25c add defaults for MTA versioning 2018-06-27 11:08:09 +02:00
Christopher Fenner
a93443ebdf add MTA versioning class 2018-06-27 11:08:09 +02:00
Christopher Fenner
5cb9c17687 correct package name 2018-06-27 11:02:07 +02:00
Christopher Fenner
5cf3d3c21c hook in new versioning type for mta 2018-06-27 11:02:07 +02:00
Christopher Fenner
a4ef0a5af8 add new versioning type for MTAs 2018-06-27 11:02:07 +02:00
Marcus Holl
95520331e1
Merge pull request #168 from SAP/CCFenner/snykExecute
add step for snyk open source vulnerability scan
2018-06-27 10:11:34 +02:00
Christopher Fenner
7058661f9f
remove obsolete parameter 2018-06-27 10:02:02 +02:00
Alejandra Ferreiro Vidal
8fad2eb339
Merge pull request #171 from marcusholl/pr/addTransportRelatedStepsToDocuIndex
Add new transport related steps to documentation index
2018-06-27 09:59:45 +02:00
Christopher Fenner
bc84497b24
remove obsolete parameter 2018-06-27 09:59:44 +02:00
Christopher Fenner
d0552cfbfd
remove obsolete parameter 2018-06-27 09:59:14 +02:00
Christopher Fenner
267f5f6936
use default image / workspace 2018-06-27 09:52:32 +02:00
Christopher Fenner
6cb7adac59
add node as default docker image 2018-06-27 09:51:27 +02:00
Marcus Holl
d9cdc9af42
Merge pull request #169 from marcusholl/pr/gitUtilsParameterSanityCheck
GitUtils: sanity check for parameters handed over via signature
2018-06-27 09:35:06 +02:00
Marcus Holl
23e5c9de6e Add new transport related steps to documentation index 2018-06-26 16:32:01 +02:00
Christopher Fenner
dbcf87ffcc
rename exclude parameter 2018-06-26 16:08:03 +02:00
Christopher Fenner
6bcf17c70a
add snyk html report 2018-06-26 16:05:43 +02:00
Christopher Fenner
b44ebf99d1
add snyk html report 2018-06-26 16:00:26 +02:00
Christopher Fenner
957ca11d7b
add snyk html report 2018-06-26 15:47:46 +02:00
Christopher Fenner
f9d4fbda53
correct step name 2018-06-26 15:34:32 +02:00
Christopher Fenner
426f23b232
add step tests 2018-06-26 15:08:46 +02:00
Marcus Holl
6a97c3bb3e GitUtils: sanity check for parameters handed over via signature 2018-06-26 14:51:26 +02:00
Marcus Holl
eb5461a8f1
Merge pull request #162 from alejandraferreirovidal/addCmClient
Add cm client
2018-06-26 14:15:21 +02:00
Christopher Fenner
a448698427
fix method name 2018-06-26 13:18:21 +02:00
Christopher Fenner
89d6e13d00
fix method name 2018-06-26 13:17:12 +02:00
Alejandra Ferreiro Vidal
4464c9427b add step transportRequestRelease 2018-06-26 10:40:08 +02:00
Alejandra Ferreiro Vidal
12652be421 add step transportRequestUploadFile 2018-06-26 10:40:07 +02:00
Alejandra Ferreiro Vidal
e34f99deac add step transportRequestCreate 2018-06-26 10:40:06 +02:00
Alejandra Ferreiro Vidal
cf4eea82a6 add basic ChangeManagement 2018-06-26 10:39:46 +02:00
Christopher Fenner
9c5887ebbd
Merge pull request #167 from SAP/CCFenner/fixStashPattern
update buildDescriptor pattern
2018-06-25 22:52:15 +02:00
Christopher Fenner
e51b82e0ea
fix imports 2018-06-25 22:49:34 +02:00
Christopher Fenner
b891b36fbf
add further test case 2018-06-25 22:45:43 +02:00
Christopher Fenner
394aaa6577
fix typo 2018-06-25 14:53:59 +02:00
Christopher Fenner
6e147f9e52
fix issues 2018-06-25 14:53:50 +02:00
Christopher Fenner
1c924cc8df
add test for MtaMultiplexer 2018-06-25 14:53:28 +02:00
Christopher Fenner
3f4069ade6
add step for Snyk scan execution 2018-06-25 13:14:46 +02:00
Christopher Fenner
4b1251e473
add MTA handler 2018-06-25 13:14:27 +02:00
Christopher Fenner
328ffe427f
Update pipelineStashFiles.md 2018-06-25 12:57:31 +02:00
Christopher Fenner
7139cf01ab
update buildDescriptor pattern 2018-06-25 12:56:43 +02:00
Oliver Nocon
e2d3a6171d
Bump version 2018-06-20 10:16:26 +02:00
Christopher Fenner
257308298d extract map merging to MapUtils (#156)
* Update MapUtils.groovy

* Update ConfigurationMerger.groovy

* tests

* forward skipNull

* Fix indent in tests

* More tests.

* MapUtils simplified wrt deep merge and pruneNulls

* Add test for isMap with null value
2018-06-20 10:15:36 +02:00
Alejandra Ferreiro Vidal
b98803fbba
Merge pull request #163 from alejandraferreirovidal/updateMtaBuild
Update mta build
2018-06-13 09:51:38 +02:00
Alejandra Ferreiro Vidal
fbefcfeffd include special characters in mta.jar file namex 2018-06-12 19:12:08 +02:00
Alejandra Ferreiro Vidal
77976e285c update MTA Builder download link 2018-06-12 19:11:46 +02:00