SDCLOUD-7236 The "Create Helm Chart" stage will now be marked as unstable,as well as the whole build, if deprecated Chart Museum URLs are used for dependencies
in Chart.yaml.
Pull request #125: Feature/SDCLOUD-7236 adapt sdcpipeline so that charts are pushed to pkey helmMerge in DEVOPSAAS/sdcloud-caas-jenkins-libs from feature/SDCLOUD-7236-adapt-sdcpipeline-so-that-charts-are-pushed-to-pkey-helm to master
* commit 'a65be7f24cfa35eb70b95e6d52f1dcde9223efad': (24 commits)
SDCLOUD-7236 fixed italic
SDCLOUD-7236 finalized version
SDCLOUD-7236 To support the migration from Harbor Chart Museum to OCI charts, Helm charts are now automatically pushed in additio...
SDCLOUD-7236 To support the migration from Harbor Chart Museum to OCI charts,Helm charts are now automatically pushed in addition to the new *-helm projects,
if no dependencies refer to deprecated chartrepo URLs.
Pull request #126: SDCLOUD-7435 Updated maven plugins for sonar, pmd, spotbugs and depcheckMerge in DEVOPSAAS/sdcloud-caas-jenkins-libs from feature/SDCLOUD-7435-update-maven-plugins-used-in-sdcpipeline to master
* commit '9868d6fb34b7b331c1097762019abd5591c4a2f3':
SDCLOUD-7435 Updated maven plugins for sonar, pmd, spotbugs and depcheck
Pull request #123: SDCLOUD-6600 now using helmRegistry argument to determine chartrepo URL on HarborMerge in DEVOPSAAS/sdcloud-caas-jenkins-libs from bugfix/SDCLOUD-6600-cannot-override-helmregistry-in-sdcpipeline to master
* commit 'f37a6fc33b1b3f3513daf296dbfd33891ef17e0a':
SDCLOUD-6600 now using the helmRegistry argument to determine the chartrepo URL on Harbor for pushing Helm charts.
SDCLOUD-6600 now using helmRegistry argument to determine chartrepo URL on Harbor
Pull request #121: SDCLOUD-7145 added a timeout for the case that the Trivy result cannot be retrieved.Merge in DEVOPSAAS/sdcloud-caas-jenkins-libs from feature/SDCLOUD-7145-get-trivy-scan-result-from-harbor-into-jenkins-builds to master
* commit 'f2df4e7e52cd5be33b0eadccc4898b81217744e5':
SDCLOUD-7145 added a timeout for the case that the Trivy result cannot be retrieved.
Pull request #120: Feature/SDCLOUD-7145 get trivy scan result from harbor into jenkins buildsMerge in DEVOPSAAS/sdcloud-caas-jenkins-libs from feature/SDCLOUD-7145-get-trivy-scan-result-from-harbor-into-jenkins-builds to master
* commit 'c89eec561e57489d2643cdba82a388d9af9c80b6':
SDCLOUD-7145 release 3.7.0
SDCLOUD-7145 moved if to simplify main()
SDCLOUD-7145 more verbose msg
SDCLOUD-7145 Docs are now more precise
SDCLOUD-7145 Added new arguments trivySeverity and trivyBuild...