1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/piperutils
Anil Keshav 3c41788405
fix(mavenBuild) looses trust to existing java cacerts (#2977)
* using default java truststore

* default java keytore

* remove trust store

* working directory

* change dir java_home

* env variable

* trying to find jre home

* changing directory to jre home and java home

* trying java jre

* remving $

* trying to search the cacerts

* copying existing cacerts

* removing change directory

* searching for secrutiy folder only

* searching cacerts

* new path for cacert

* path to ca-cert

* new trust store

* changing cacert location

* only adding maven_opts env variable once

* log message

* ca cert path from user

* handelling interface modification

* enhance logs and code clean up

* code clean up

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2021-07-22 11:06:46 +02:00
..
testdata Fortify implementation in golang (#1428) 2020-05-25 19:48:59 +02:00
credentials_test.go feat(npm): allow to publish artifact to registry (#2871) 2021-07-15 14:46:04 +02:00
credentials.go feat(npm): allow to publish artifact to registry (#2871) 2021-07-15 14:46:04 +02:00
fileUtils_test.go WhiteSource: Force update of project when "checkPolicies" failed (#2401) 2020-11-26 11:45:53 +01:00
FileUtils.go fix(mavenBuild) looses trust to existing java cacerts (#2977) 2021-07-22 11:06:46 +02:00
ioUtils_test.go Replace io.Copy (#2934) 2021-06-23 14:41:52 +02:00
ioUtils.go Replace io.Copy (#2934) 2021-06-23 14:41:52 +02:00
projectStructure_test.go Add functions to infer build tool (#1210) 2020-02-23 16:54:50 +01:00
projectStructure.go Add functions to infer build tool (#1210) 2020-02-23 16:54:50 +01:00
slices_test.go Helper for removing duplicates from a string slice (#2455) 2021-01-29 10:52:58 +01:00
slices.go Helper for removing duplicates from a string slice (#2455) 2021-01-29 10:52:58 +01:00
stepResults_test.go chore(go): simplify code using gofmt -s (#2065) 2020-09-24 08:58:53 +02:00
stepResults.go fix: improve stepResults handling (#1425) 2020-04-20 16:18:49 +02:00
templateUtils_test.go Fortify implementation in golang (#1428) 2020-05-25 19:48:59 +02:00
templateUtils.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00