1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/cloudfoundry
Marcus Holl 37ccebeb77
No cf api for checking login state (#1785)
* Dont work upon a global command.Command instance inside cloudfoundry package

o Up to now we work on a private and shared instance of command.Command inside
  the cloudfounrdy package. We need to be able either configure this instance
  (environment variables) according to the use case. One option is to hand over
  an already configured instance which is used elsewhere. This is what we do with
  this commit.

o With this commit we remove the instance which is shared within the cloudfounrdy
  package and to provide an instance with a receiver which gets handed over to the
  functions. Hence we are thread save: parallel invoctation of e.g. Login will not
  affect each other.
2020-07-15 15:12:28 +02:00
..
Authentication.go No cf api for checking login state (#1785) 2020-07-15 15:12:28 +02:00
CloudFoundry_test.go No cf api for checking login state (#1785) 2020-07-15 15:12:28 +02:00
ManifestUtils_test.go Introduce interface for manifest (#1676) 2020-06-17 15:19:40 +02:00
ManifestUtils.go Introduce interface for manifest (#1676) 2020-06-17 15:19:40 +02:00
Services.go Dont work upon a global command.Command instance inside cloudfoundry package (#1771) 2020-07-10 16:31:17 +02:00