Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When storing objects local to the environment via the Repository->Local->Store to repository action then a popup window is displayed as shown in the next diagramscreenshot:



When storing objects intended for rollout to other environments via the Repository->Rollout->Store to repository action then a popup window is displayed as shown here:

...

When updating objects local to the environment via the Repository->Local->Update from repository action, then a popup window is displayed as shown in the next diagramscreenshot:


When updating objects intended for rollout to other environments via the Repository->Rollout->Update from repository action then a popup window is displayed as shown here:

...

When deleting objects local to the environment via the Repository->Local->Delete from repository action then a popup window is displayed as shown in the next diagramscreenshot:


When deleting objects intended for rollout to other environments via the Repository->Rollout->Delete from repository action then a popup window is displayed as shown here:

...

  • Git URL: The URL git@github.com:sos-berlin/js7-demo-inventory-rollout-test.git from the example includes the following parts:
    • git@: The git@ prefix is a constant value used for ssh access to the git server.
    • github.com: The hostname and optionally port - separated by a colon - of the Git Server.
    • :sos-berlin: The owner account of the repository - starting with a colon.
    • /js7-demo-inventory-rollout-test: The path of the repository.
    • .git: The .git suffix is a constant value.
  • Git URL for httpHTTP(sS) access: The http URL https://github.com/sos-berlin/js7-demo-inventory-rollout-test.git contains similar parts.  
    • https://: The protocol to use for access to the git server (http HTTP or httpsHTTPS, if available).
    • github.com: The hostname and optionally port - separated by a colon - of the Git Server.
    • /sos-berlin: The owner account of the repository - starting with a slash.
    • /js7-demo-inventory-rollout-test: The path of the repository.
    • .git: The .git suffix is a constant value.
  • Folder Name: The input field is available if the clone operation is invoked from the root folder / to clone to a new top-level folder. The name of the new top-level folder has to be specified.


After cloning a popup window presents the feedback message like this:

...